Skip to content

Commit

Permalink
Merge pull request #19 from pjotrvdh/feature/bump-versions
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
JaZo authored May 15, 2024
2 parents fe0f848 + cdefe6b commit 61db590
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
stability: [ prefer-lowest, prefer-stable ]

name: P${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@
"php": ">=7.4|^8.0",
"goldspecdigital/oooas": "^2.8",
"justinrainbow/json-schema": "^5.2",
"laravel-json-api/hashids": "^1.1|^2.0",
"symfony/yaml": "^5.3|^6.0"
"laravel-json-api/hashids": "^1.1|^2.0|^3.0",
"symfony/yaml": "^5.3|^6.0|^7.0"
},
"require-dev": {
"ext-json": "*",
"friendsofphp/php-cs-fixer": "^3.14",
"laravel-json-api/laravel": "^2.0|^3.0",
"orchestra/testbench": "^6.25|^7.21|^8.0",
"laravel-json-api/laravel": "^2.0|^3.0|^4.0",
"nesbot/carbon": "^2.63|^3.0",
"orchestra/testbench": "^6.25|^7.21|^8.0|^9.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit 61db590

Please sign in to comment.