Skip to content

Commit

Permalink
remove symfony/dependency-injection as is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Nov 24, 2019
1 parent a91397f commit d37bd93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ before_install:
- composer require --no-update symfony/expression-language "$SYMFONY_VERSION"
- composer require --no-update --dev symfony/yaml "$SYMFONY_VERSION"
- composer require --no-update --dev symfony/routing "$SYMFONY_VERSION"
- composer require --no-update --dev symfony/dependency-injection "$SYMFONY_VERSION"

install:
- composer install --no-interaction --prefer-dist
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"doctrine/persistence": "^1.0",
"symfony/yaml": "~3.0 || ~4.0 || ~5.0",
"symfony/routing": "~3.0 || ~4.0 || ~5.0",
"symfony/dependency-injection": "~3.0 || ~4.0 || ~5.0",
"pagerfanta/pagerfanta": "~1.0",
"twig/twig": "^1.12 || ^2.0"
},
Expand Down

0 comments on commit d37bd93

Please sign in to comment.