mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
Clean up composer packages
This commit is contained in:
parent
184e63c54d
commit
ae22a7f946
2 changed files with 505 additions and 542 deletions
|
@ -8,11 +8,9 @@
|
|||
"php": ">=5.6.4",
|
||||
"laravel/framework": "5.3.*",
|
||||
"james-heinrich/getid3": "^1.9",
|
||||
"barryvdh/laravel-ide-helper": "^2.1",
|
||||
"guzzlehttp/guzzle": "^6.1",
|
||||
"tymon/jwt-auth": "^0.5.6",
|
||||
"aws/aws-sdk-php-laravel": "^3.1",
|
||||
"facebook/webdriver": "^1.2",
|
||||
"sentry/sentry-laravel": "^0.5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -21,7 +19,9 @@
|
|||
"phpunit/phpunit": "~4.0",
|
||||
"phpspec/phpspec": "~2.1",
|
||||
"symfony/css-selector": "2.8.*|3.0.*",
|
||||
"symfony/dom-crawler": "2.8.*|3.0.*"
|
||||
"symfony/dom-crawler": "2.8.*|3.0.*",
|
||||
"facebook/webdriver": "^1.2",
|
||||
"barryvdh/laravel-ide-helper": "^2.1"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
1041
composer.lock
generated
1041
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue