Skip to content

Commit 45ab352

Browse files
author
Owen Melbourne
committed
🚀 Feature - packagist compatible build
1 parent 623d267 commit 45ab352

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/.idea
33
/.vscode
44
/.vagrant
5-
/builds
65
database.sqlite
76
forgetdb.yml
87
.env

Diff for: box.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"files": [
1010
"composer.json"
1111
],
12+
"exclude-dev-files": false,
1213
"exclude-composer-files": false,
1314
"compression": "GZ",
1415
"compactors": [

Diff for: builds/application renamed to builds/forget-db

8.72 MB
Binary file not shown.

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"illuminate/database": "^6.0",
2222
"josegonzalez/dotenv": "^3.2",
2323
"knplabs/github-api": "^2.8",
24-
"laravel-zero/framework": "^6.0",
2524
"laravel/helpers": "^1.1",
2625
"php-http/guzzle6-adapter": "^1.1",
2726
"symfony/yaml": "^4.0",
@@ -30,7 +29,8 @@
3029
"require-dev": {
3130
"dms/phpunit-arraysubset-asserts": "^0.1.0",
3231
"phpunit/phpunit": "^8.2",
33-
"squizlabs/php_codesniffer": "^3.2"
32+
"squizlabs/php_codesniffer": "^3.2",
33+
"laravel-zero/framework": "^6.0"
3434
},
3535
"autoload": {
3636
"psr-4": {
@@ -58,7 +58,7 @@
5858
"php ./vendor/bin/phpcbf --standard=phpcs.xml ./app"
5959
],
6060
"build": [
61-
"php forget-db app:build"
61+
"php forget-db app:build forget-db"
6262
],
6363
"link": [
6464
"rm /usr/local/bin/forget-db || true",
@@ -67,5 +67,5 @@
6767
},
6868
"minimum-stability": "dev",
6969
"prefer-stable": true,
70-
"bin": ["forget-db"]
70+
"bin": ["builds/forget-db"]
7171
}

0 commit comments

Comments
 (0)