Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit b961530

Browse files
Prepare for builds
1 parent bf1327c commit b961530

File tree

6 files changed

+608
-2
lines changed

6 files changed

+608
-2
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
vendor
2+
build/*
3+
!build/.gitkeep

Diff for: .lando.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ tooling:
77
service: appserver
88
composer:
99
service: appserver
10+
phar:
11+
cmd: "composer phar"
12+
service: appserver

Diff for: pub/app.php renamed to bin/mage2me.php

File renamed without changes.

Diff for: build/.gitkeep

Whitespace-only changes.

Diff for: composer.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@
88
"symfony/http-client": "^5.0",
99
"symfony/process": "^5.0"
1010
},
11+
"bin": [
12+
"bin/mage2me.php"
13+
],
1114
"require-dev": {
1215
"friendsofphp/php-cs-fixer": "^2.16",
13-
"larapack/dd": "^1.1"
16+
"larapack/dd": "^1.1",
17+
"clue/phar-composer": "^1.1"
1418
},
1519
"autoload": {
1620
"psr-4": {
1721
"App\\": "src/"
1822
}
23+
},
24+
"scripts": {
25+
"phar": "phar-composer"
1926
}
2027
}

0 commit comments

Comments
 (0)