File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
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"
28
28
php-version : " ${{ matrix.php-version }}"
29
29
30
30
- name : " Cache dependencies installed with composer"
31
- uses : " actions/cache@v2 "
31
+ uses : " actions/cache@v4 "
32
32
with :
33
33
path : " ~/.composer/cache"
34
34
key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
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
steps :
16
16
- name : " Checkout"
17
17
uses : " actions/checkout@v2"
24
24
php-version : " ${{ matrix.php-version }}"
25
25
26
26
- name : " Cache dependencies installed with composer"
27
- uses : " actions/cache@v2 "
27
+ uses : " actions/cache@v4 "
28
28
with :
29
29
path : " ~/.composer/cache"
30
30
key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
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-simplexml" : " *" ,
9
- "guzzlehttp/guzzle" : " ^6.0|^7.0" ,
10
- "symfony/http-kernel" : " ^6.4|^7.0" ,
9
+ "guzzlehttp/guzzle" : " ^7.8.2" ,
10
+ "guzzlehttp/psr7" : " ^2.6" ,
11
+ "symfony/http-kernel" : " ^7.0.3" ,
11
12
"webmozart/assert" : " ^1.11"
12
13
},
13
14
"require-dev" : {
14
15
"friendsofphp/php-cs-fixer" : " ^3.64" ,
15
- "phpstan/phpstan" : " ^1.12 " ,
16
- "phpstan/phpstan-webmozart-assert" : " ^1.2 " ,
17
- "phpro/grumphp" : " ^2.6 " ,
18
- "phpunit/phpunit" : " ^10.5" ,
16
+ "phpstan/phpstan" : " ^2.1 " ,
17
+ "phpstan/phpstan-webmozart-assert" : " ^2.0 " ,
18
+ "phpro/grumphp" : " ^2.12 " ,
19
+ "phpunit/phpunit" : " ^10.5.27 " ,
19
20
"roave/security-advisories" : " dev-master" ,
20
- "symfony/phpunit-bridge" : " 6.4| ^7.0"
21
+ "symfony/phpunit-bridge" : " ^7.0.3 "
21
22
},
22
23
"autoload" : {
23
24
"psr-4" : {
You can’t perform that action at this time.
0 commit comments