Skip to content

Commit 463dacb

Browse files
authored
Update deps for laravel 10 (#30)
1 parent cf07f16 commit 463dacb

File tree

4 files changed

+326
-669
lines changed

4 files changed

+326
-669
lines changed

.github/workflows/test.yml

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

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

README.md

Lines changed: 1 addition & 0 deletions
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+
| ^5.0 | 8.1 - 8.2 |
1415
| ^4.0 | 8.0 - 8.1 |
1516
| ^3.0 | 7.4 - 8.0 |
1617
| ^2.1 | 7.4 |

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "PSR-18 compatible library to interface with the bracket generator Challonge.",
44
"require": {
55
"ext-json": "*",
6-
"php": "^8.0 | ^8.1",
6+
"php": "^8.1 | ^8.2",
77
"psr/http-client": "^1.0",
8-
"psr/log": "^1.1.4",
9-
"illuminate/collections": "~9",
8+
"psr/log": "^3.0",
9+
"illuminate/collections": "~9| ~10",
1010
"spatie/data-transfer-object": "^2.5",
11-
"nyholm/psr7": "^1.4"
11+
"nyholm/psr7": "^1.6.1"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^9.4",

0 commit comments

Comments
 (0)