Skip to content

Commit

Permalink
Update deps for laravel 10 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Jun 13, 2023
1 parent cf07f16 commit 463dacb
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 669 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.0, 8.1 ]
php: [ 8.1, 8.2 ]
dependency-version: [prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Refer to the table for PHP version compatibility:

| ChallongePHP Ver. | Compatible PHP |
|----------|-------------|
| ^5.0 | 8.1 - 8.2 |
| ^4.0 | 8.0 - 8.1 |
| ^3.0 | 7.4 - 8.0 |
| ^2.1 | 7.4 |
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "PSR-18 compatible library to interface with the bracket generator Challonge.",
"require": {
"ext-json": "*",
"php": "^8.0 | ^8.1",
"php": "^8.1 | ^8.2",
"psr/http-client": "^1.0",
"psr/log": "^1.1.4",
"illuminate/collections": "~9",
"psr/log": "^3.0",
"illuminate/collections": "~9| ~10",
"spatie/data-transfer-object": "^2.5",
"nyholm/psr7": "^1.4"
"nyholm/psr7": "^1.6.1"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
Expand Down
Loading

0 comments on commit 463dacb

Please sign in to comment.