File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php-version :
14
- - " 8.2 "
14
+ - " 8.4 "
15
15
deps :
16
16
- " normal"
17
17
- " low"
Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php-version :
14
- - " 8.2 "
14
+ - " 8.4 "
15
15
16
16
steps :
17
17
- name : " Checkout"
Original file line number Diff line number Diff line change 4
4
"type" : " symfony-bundle" ,
5
5
"license" : " MIT" ,
6
6
"require" : {
7
- "php" : " ^8.2 " ,
7
+ "php" : " ^8.4 " ,
8
8
"ext-soap" : " *" ,
9
- "symfony/http-kernel" : " ^6.0|^ 7.0" ,
9
+ "symfony/http-kernel" : " ^7.0.3 " ,
10
10
"webmozart/assert" : " ^1.11"
11
11
},
12
12
"require-dev" : {
13
13
"roave/security-advisories" : " dev-master" ,
14
- "phpunit/phpunit" : " ^10.5" ,
15
- "symfony/phpunit-bridge" : " 6.1.*| ^7.0" ,
14
+ "phpunit/phpunit" : " ^10.5.27 " ,
15
+ "symfony/phpunit-bridge" : " ^7.0.3 " ,
16
16
"phpro/grumphp" : " ^2.8" ,
17
17
"friendsofphp/php-cs-fixer" : " ^3.64" ,
18
- "phpstan/phpstan" : " ^1.12 " ,
19
- "phpstan/phpstan-webmozart-assert" : " ^1.2 "
18
+ "phpstan/phpstan" : " ^2.1 " ,
19
+ "phpstan/phpstan-webmozart-assert" : " ^2.0 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
You can’t perform that action at this time.
0 commit comments