Commit d37bd93 1 parent a91397f commit d37bd93 Copy full SHA for d37bd93
File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ before_install:
24
24
- composer require --no-update symfony/expression-language "$SYMFONY_VERSION"
25
25
- composer require --no-update --dev symfony/yaml "$SYMFONY_VERSION"
26
26
- composer require --no-update --dev symfony/routing "$SYMFONY_VERSION"
27
- - composer require --no-update --dev symfony/dependency-injection "$SYMFONY_VERSION"
28
27
29
28
install :
30
29
- composer install --no-interaction --prefer-dist
Original file line number Diff line number Diff line change 29
29
"doctrine/persistence" : " ^1.0" ,
30
30
"symfony/yaml" : " ~3.0 || ~4.0 || ~5.0" ,
31
31
"symfony/routing" : " ~3.0 || ~4.0 || ~5.0" ,
32
- "symfony/dependency-injection" : " ~3.0 || ~4.0 || ~5.0" ,
33
32
"pagerfanta/pagerfanta" : " ~1.0" ,
34
33
"twig/twig" : " ^1.12 || ^2.0"
35
34
},
You can’t perform that action at this time.
0 commit comments