File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : true
15
15
matrix :
16
16
php :
17
- - " 7.3"
18
17
- " 7.4"
19
18
- " 8.0"
20
19
- " 8.1"
Original file line number Diff line number Diff line change 15
15
],
16
16
17
17
"require" : {
18
- "php" : " ^7.3 || ^8.0" ,
19
- "symfony/console" : " ^3.0 || ^4.0 || ^5.0 || ^6.0" ,
20
- "symfony/dependency-injection" : " ^3.0 || ^4.1.12 || ^5.0 || ^6.0" ,
21
- "symfony/process" : " ^3.0 || ^4.0 || ^5.0 || ^6.0" ,
18
+ "php" : " ^7.4 || ^8.0" ,
19
+ "symfony/console" : " ^4.4 || ^5.4 || ^6.0" ,
20
+ "symfony/dependency-injection" : " ^4.4 || ^5.4 || ^6.0" ,
21
+ "symfony/process" : " ^4.4 || ^5.4 || ^6.0" ,
22
22
"webmozart/assert" : " ^1.5" ,
23
23
"psr/log" : " ^1.1"
24
24
},
25
25
"require-dev" : {
26
26
"ext-json" : " *" ,
27
27
"friendsofphp/php-cs-fixer" : " ^2.15" ,
28
28
"phpunit/phpunit" : " ^8.4" ,
29
- "symfony/framework-bundle" : " ^3.0 || ^4.1 || ^5.0 || ^6.0"
29
+ "symfony/framework-bundle" : " ^4.4 || ^5.4 || ^6.0"
30
30
},
31
31
32
32
"autoload" : {
You can’t perform that action at this time.
0 commit comments