File tree 4 files changed +463
-428
lines changed
4 files changed +463
-428
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [ 7.4 , 8.0 ]
11
+ php : [ 8.0 , 8.1 ]
12
12
dependency-version : [prefer-stable]
13
13
14
14
name : PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Refer to the table for PHP version compatibility:
11
11
12
12
| ChallongePHP Ver. | Compatible PHP |
13
13
| ----------| -------------|
14
+ | ^4.0 | 8.0 -8.1 |
14
15
| ^3.0 | 7.4 - 8.0 |
15
16
| ^2.1 | 7.4 |
16
17
| ^2.0 | 7.4 |
Original file line number Diff line number Diff line change 3
3
"description" : " PSR-18 compatible library to interface with the bracket generator Challonge." ,
4
4
"require" : {
5
5
"ext-json" : " *" ,
6
- "php" : " ^7.4 | ^8.0 " ,
6
+ "php" : " ^8.0 | ^8.1 " ,
7
7
"psr/http-client" : " ^1.0" ,
8
8
"psr/log" : " ^1.1.4" ,
9
- "illuminate/collections" : " ~8.0 " ,
9
+ "illuminate/collections" : " ~9 " ,
10
10
"spatie/data-transfer-object" : " ^2.5" ,
11
11
"nyholm/psr7" : " ^1.4"
12
12
},
13
13
"require-dev" : {
14
14
"phpunit/phpunit" : " ^9.4" ,
15
15
"php-http/mock-client" : " ^1.4" ,
16
16
"symfony/http-client" : " ^5.3" ,
17
- "guzzlehttp/guzzle" : " ^7.3 "
17
+ "guzzlehttp/guzzle" : " ^7.4.5 "
18
18
},
19
19
"license" : " MIT" ,
20
20
"authors" : [
You can’t perform that action at this time.
0 commit comments