File tree 3 files changed +11
-11
lines changed 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
17
17
- name : Setup PHP
18
18
uses : shivammathur/setup-php@v2
19
19
with :
20
- php-version : 8.3
20
+ php-version : 8.4
21
21
22
22
- name : Cache Composer packages
23
23
id : composer-cache
24
24
uses : actions/cache@v4
25
25
with :
26
26
path : vendor
27
- key : ${{ runner.os }}-php-8.3 -${{ hashFiles('**/composer.json') }}
27
+ key : ${{ runner.os }}-php-8.4 -${{ hashFiles('**/composer.json') }}
28
28
restore-keys : |
29
- ${{ runner.os }}-php-8.3
29
+ ${{ runner.os }}-php-8.4
30
30
31
31
- name : Install dependencies
32
32
if : steps.composer-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : true
16
16
matrix :
17
- php : [8.3, 8.2 ]
17
+ php : [8.3, 8.4 ]
18
18
19
19
name : PHP${{ matrix.php }}
20
20
Original file line number Diff line number Diff line change 2
2
"name" : " descom/redsys" ,
3
3
"description" : " A PHP package to platform Redsys" ,
4
4
"type" : " library" ,
5
- "version" : " 1.8.8 " ,
5
+ "version" : " 1.9.0 " ,
6
6
"require" : {
7
- "php" : " ^8.2 " ,
8
- "php-http/discovery" : " ^1.17 " ,
7
+ "php" : " ^8.3 " ,
8
+ "php-http/discovery" : " ^1.20 " ,
9
9
"psr/http-client-implementation" : " *" ,
10
10
"psr/http-factory-implementation" : " *"
11
11
},
29
29
"minimum-stability" : " dev" ,
30
30
"prefer-stable" : true ,
31
31
"require-dev" : {
32
- "friendsofphp/php-cs-fixer" : " ^3.4 " ,
33
- "illuminate/http" : " ^11.20 " ,
32
+ "friendsofphp/php-cs-fixer" : " ^3.75 " ,
33
+ "illuminate/http" : " ^12.0 " ,
34
34
"nyholm/psr7" : " ^1.8" ,
35
- "phpstan/phpstan" : " ^1.2 " ,
36
- "phpunit/phpunit" : " ^9.3 " ,
35
+ "phpstan/phpstan" : " ^2.1 " ,
36
+ "phpunit/phpunit" : " ^10.5|^11.5 " ,
37
37
"symfony/http-client" : " ^7.0"
38
38
},
39
39
"autoload" : {
You can’t perform that action at this time.
0 commit comments