File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 40
40
- description : ' Symfony 5.4'
41
41
php : ' 8.0'
42
42
symfony : 5.4.*
43
+ - description : ' Symfony 7'
44
+ php : ' 8.2'
45
+ symfony : ^7.0
46
+ dev : true
43
47
- description : ' Dev deps'
44
48
php : ' 8.2'
45
49
dev : true
49
53
uses : actions/checkout@v3
50
54
- name : Cache
51
55
uses : actions/cache@v3
52
- with :
56
+ with :
53
57
path : ~/.composer/cache/files
54
- key : composer-${{ matrix.php }}-${{ matrix.symfony }}-${{ matrix.composer_option }}
58
+ key : composer-${{ matrix.php }}-${{ matrix.symfony }}-${{ matrix.composer_option }}
55
59
- name : Setup PHP
56
60
uses : shivammathur/setup-php@v2
57
61
with :
Original file line number Diff line number Diff line change 22
22
"php" : " ^8.0" ,
23
23
"knplabs/knp-menu" : " ^3.3" ,
24
24
"symfony/deprecation-contracts" : " ^2.5 | ^3.3" ,
25
- "symfony/framework-bundle" : " ^5.4 | ^6.0"
25
+ "symfony/framework-bundle" : " ^5.4 | ^6.0 | ^7.0 "
26
26
},
27
27
"require-dev" : {
28
28
"phpunit/phpunit" : " ^9.6 | ^10.1" ,
29
- "symfony/expression-language" : " ^5.4 | ^6.0" ,
30
- "symfony/phpunit-bridge" : " ^6.0" ,
31
- "symfony/templating" : " ^5.4 | ^6.0"
29
+ "symfony/expression-language" : " ^5.4 | ^6.0 | ^7.0 " ,
30
+ "symfony/phpunit-bridge" : " ^6.0 | ^7.0 " ,
31
+ "symfony/templating" : " ^5.4 | ^6.0 | ^7.0 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : { "Knp\\ Bundle\\ MenuBundle\\ " : " src" }
You can’t perform that action at this time.
0 commit comments