Skip to content

Commit fc55801

Browse files
authored
Merge pull request #21 from Lan2Play/master
update to Laravel 9 and php 8/8.1
2 parents 9b5e1d3 + 8e98998 commit fc55801

File tree

4 files changed

+463
-428
lines changed

4 files changed

+463
-428
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ 7.4, 8.0 ]
11+
php: [ 8.0, 8.1 ]
1212
dependency-version: [prefer-stable]
1313

1414
name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Refer to the table for PHP version compatibility:
1111

1212
| ChallongePHP Ver. | Compatible PHP |
1313
|----------|-------------|
14+
| ^4.0 | 8.0 -8.1 |
1415
| ^3.0 | 7.4 - 8.0 |
1516
| ^2.1 | 7.4 |
1617
| ^2.0 | 7.4 |

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"description": "PSR-18 compatible library to interface with the bracket generator Challonge.",
44
"require": {
55
"ext-json": "*",
6-
"php": "^7.4 | ^8.0",
6+
"php": "^8.0 | ^8.1",
77
"psr/http-client": "^1.0",
88
"psr/log": "^1.1.4",
9-
"illuminate/collections": "~8.0",
9+
"illuminate/collections": "~9",
1010
"spatie/data-transfer-object": "^2.5",
1111
"nyholm/psr7": "^1.4"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^9.4",
1515
"php-http/mock-client": "^1.4",
1616
"symfony/http-client": "^5.3",
17-
"guzzlehttp/guzzle": "^7.3"
17+
"guzzlehttp/guzzle": "^7.4.5"
1818
},
1919
"license": "MIT",
2020
"authors": [

0 commit comments

Comments
 (0)