File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
/.idea
3
3
/.vscode
4
4
/.vagrant
5
- /builds
6
5
database.sqlite
7
6
forgetdb.yml
8
7
.env
Original file line number Diff line number Diff line change 9
9
"files" : [
10
10
" composer.json"
11
11
],
12
+ "exclude-dev-files" : false ,
12
13
"exclude-composer-files" : false ,
13
14
"compression" : " GZ" ,
14
15
"compactors" : [
Original file line number Diff line number Diff line change 21
21
"illuminate/database" : " ^6.0" ,
22
22
"josegonzalez/dotenv" : " ^3.2" ,
23
23
"knplabs/github-api" : " ^2.8" ,
24
- "laravel-zero/framework" : " ^6.0" ,
25
24
"laravel/helpers" : " ^1.1" ,
26
25
"php-http/guzzle6-adapter" : " ^1.1" ,
27
26
"symfony/yaml" : " ^4.0" ,
30
29
"require-dev" : {
31
30
"dms/phpunit-arraysubset-asserts" : " ^0.1.0" ,
32
31
"phpunit/phpunit" : " ^8.2" ,
33
- "squizlabs/php_codesniffer" : " ^3.2"
32
+ "squizlabs/php_codesniffer" : " ^3.2" ,
33
+ "laravel-zero/framework" : " ^6.0"
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
58
58
" php ./vendor/bin/phpcbf --standard=phpcs.xml ./app"
59
59
],
60
60
"build" : [
61
- " php forget-db app:build"
61
+ " php forget-db app:build forget-db "
62
62
],
63
63
"link" : [
64
64
" rm /usr/local/bin/forget-db || true" ,
67
67
},
68
68
"minimum-stability" : " dev" ,
69
69
"prefer-stable" : true ,
70
- "bin" : [" forget-db" ]
70
+ "bin" : [" builds/ forget-db" ]
71
71
}
You can’t perform that action at this time.
0 commit comments