Browse Source

Add vendor's bins to bin directory

1.0
Kuba Turek 10 years ago
parent
commit
dae179acad
  1. 2
      .gitignore
  2. 3
      composer.json

2
.gitignore vendored

@ -1,5 +1,7 @@
vendor vendor
mage.phar mage.phar
bin
!bin/mage
# OS generated files # // GitHub Recommendation # OS generated files # // GitHub Recommendation
###################### ######################

3
composer.json

@ -18,6 +18,9 @@
"Command\\": ".mage/commands" "Command\\": ".mage/commands"
} }
}, },
"config": {
"bin-dir": "bin"
},
"bin": [ "bin": [
"bin/mage" "bin/mage"
] ]

Loading…
Cancel
Save