Move the bin directory
This commit is contained in:
parent
e64a0b2ae3
commit
66013363df
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
/bin/
|
||||||
/mix-manifest.json
|
/mix-manifest.json
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/output_*/
|
/output_*/
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
"phpunit/phpunit": "^5.7"
|
"phpunit/phpunit": "^5.7"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
"bin-dir": "bin",
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
Reference in a new issue