File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
tests/FunctionalTest/Fixtures/config Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " ~7.0" ,
19
19
"php-di/php-di" : " ~6.0" ,
20
- "symfony/dependency-injection" : " ~3.3" ,
21
- "symfony/http-kernel" : " ~3.3" ,
22
- "symfony/proxy-manager-bridge" : " ~3.3" ,
23
- "symfony/config" : " ~3.3"
20
+ "symfony/dependency-injection" : " ~3.3||~4.0 " ,
21
+ "symfony/http-kernel" : " ~3.3||~4.0 " ,
22
+ "symfony/proxy-manager-bridge" : " ~3.3||~4.0 " ,
23
+ "symfony/config" : " ~3.3||~4.0 "
24
24
},
25
25
"require-dev" : {
26
26
"phpunit/phpunit" : " ^4.8" ,
Original file line number Diff line number Diff line change 1
1
services :
2
2
class1 :
3
3
class : DI\Bridge\Symfony\Test\FunctionalTest\Fixtures\Class1
4
+ public : true
4
5
arguments : [ '@DI\\Bridge\\Symfony\\Test\\FunctionalTest\\Fixtures\\Class2' ]
Original file line number Diff line number Diff line change 1
1
services :
2
2
class2 :
3
3
class : DI\Bridge\Symfony\Test\FunctionalTest\Fixtures\Class2
4
+ public : true
You can’t perform that action at this time.
0 commit comments