Skip to content

Commit d37bd93

Browse files
committed
remove symfony/dependency-injection as is not used
1 parent a91397f commit d37bd93

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ before_install:
2424
- composer require --no-update symfony/expression-language "$SYMFONY_VERSION"
2525
- composer require --no-update --dev symfony/yaml "$SYMFONY_VERSION"
2626
- composer require --no-update --dev symfony/routing "$SYMFONY_VERSION"
27-
- composer require --no-update --dev symfony/dependency-injection "$SYMFONY_VERSION"
2827

2928
install:
3029
- composer install --no-interaction --prefer-dist

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"doctrine/persistence": "^1.0",
3030
"symfony/yaml": "~3.0 || ~4.0 || ~5.0",
3131
"symfony/routing": "~3.0 || ~4.0 || ~5.0",
32-
"symfony/dependency-injection": "~3.0 || ~4.0 || ~5.0",
3332
"pagerfanta/pagerfanta": "~1.0",
3433
"twig/twig": "^1.12 || ^2.0"
3534
},

0 commit comments

Comments
 (0)