Skip to content

Commit

Permalink
remove useless deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Aug 20, 2018
1 parent ab488cf commit ee60273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ matrix:
env:
- SYMFONY_VERSION="3.4.*"
- STABILITY=beta
# Deprecations breaks CI (sension frameworkextrabundle + sf 4.1
# Deprecations breaks CI (sensio frameworkextrabundle + sf 4.1)
# - SYMFONY_DEPRECATIONS_HELPER="strict"
# common (some popular version combinations)
- php: 7.0
Expand Down
19 changes: 5 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,19 @@
],
"require": {
"php": ">=7.0",
"doctrine/cache": "~1.5",
"doctrine/common": "^2.4.0",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/orm": "~2.3",
"easycorp/easyadmin-bundle": "^1.17",
"pagerfanta/pagerfanta": "~1.0,>=1.0.1",
"sensio/framework-extra-bundle": "~2.3|~3.0,>=3.0.2|4.0.x|~5.0",
"symfony/asset": "~3.0|^4.0",
"symfony/config": "~3.0|^4.0",
"symfony/dependency-injection": "~3.0|^4.0",
"symfony/doctrine-bridge": "~3.0|^4.0",
"symfony/event-dispatcher": "~3.0|^4.0",
"symfony/form": "~3.0|^4.0",
"symfony/framework-bundle": "~3.0|^4.0",
"symfony/http-foundation": "~3.0|^4.0",
"symfony/http-kernel": "~3.0|^4.0",
"symfony/polyfill-mbstring": "^1.0|^4.0",
"symfony/property-access": "~3.0|^4.0",
"symfony/security-bundle": "~3.0|^4.0",
"symfony/translation": "~3.0|^4.0",
"symfony/twig-bridge": "~3.0|^4.0",
"symfony/twig-bundle": "~3.0|^4.0",
"symfony/validator": "~3.0|^4.0",
"twig/extensions": "~1.0",
"twig/twig": "~1.26|~2.0"
},
"require-dev": {
Expand All @@ -46,16 +35,18 @@
"phpstan/phpstan": "^0.9.2",
"phpunit/phpunit": "~5",
"psr/log": "~1.0",
"sensio/framework-extra-bundle": "~2.3|~3.0,>=3.0.2|4.0.x|~5.0",
"symfony/browser-kit": "~3.0|^4.0",
"symfony/console": "~3.0|^4.0",
"symfony/css-selector": "~3.0|^4.0",
"symfony/dom-crawler": "~3.0|^4.0",
"symfony/finder": "~3.0|^4.0",
"symfony/phpunit-bridge": "~3.0|^4.0",
"symfony/polyfill": "~1.0",
"symfony/security-bundle": "~3.0|^4.0",
"symfony/templating": "~3.0|^4.0",
"symfony/thanks": "^1.0",
"symfony/var-dumper": "~3.0|^4.0",
"symfony/yaml": "~3.0|^4.0"
"symfony/twig-bundle": "~3.0|^4.0",
"symfony/var-dumper": "~3.0|^4.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit ee60273

Please sign in to comment.