mirror of
https://github.com/koel/koel
synced 2024-11-27 22:40:26 +00:00
Fixed composer --no-dev issue
This commit is contained in:
parent
a0225b5a44
commit
edf02da199
1 changed files with 4 additions and 4 deletions
|
@ -7,15 +7,15 @@
|
|||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"laravel/framework": "5.1.*",
|
||||
"james-heinrich/getid3": "^1.9"
|
||||
"james-heinrich/getid3": "^1.9",
|
||||
"phanan/cascading-config": "~2.0",
|
||||
"barryvdh/laravel-ide-helper": "^2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"fzaninotto/faker": "~1.4",
|
||||
"mockery/mockery": "0.9.*",
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"phpspec/phpspec": "~2.1",
|
||||
"barryvdh/laravel-ide-helper": "^2.1",
|
||||
"phanan/cascading-config": "~2.0"
|
||||
"phpspec/phpspec": "~2.1"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
Loading…
Reference in a new issue