Skip to content

Commit

Permalink
update to laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Sep 30, 2024
1 parent 397102b commit dab906c
Show file tree
Hide file tree
Showing 4 changed files with 502 additions and 682 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.1, 8.2 ]
php: [ 8.2, 8.3]
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 |
|----------|-------------|
| ^6.0 | 8.2 - 8.3 |
| ^5.0 | 8.1 - 8.2 |
| ^4.0 | 8.0 - 8.1 |
| ^3.0 | 7.4 - 8.0 |
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"description": "PSR-18 compatible library to interface with the bracket generator Challonge.",
"require": {
"ext-json": "*",
"php": "^8.1 | ^8.2",
"php": "^8.2 | ^8.3",
"psr/http-client": "^1.0",
"psr/log": "^3.0",
"illuminate/collections": "~9| ~10",
"spatie/data-transfer-object": "^2.5",
"nyholm/psr7": "^1.6.1"
"illuminate/collections": "~9| ~10| ~11",
"spatie/data-transfer-object": "^3.9.1",
"nyholm/psr7": "^1.8.2"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
"phpunit/phpunit": "^11.3.6",
"php-http/mock-client": "^1.4",
"symfony/http-client": "^5.3",
"guzzlehttp/guzzle": "^7.4.5"
"symfony/http-client": "^7.1",
"guzzlehttp/guzzle": "^7.9.2"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit dab906c

Please sign in to comment.