Skip to content

Commit

Permalink
laravel 11.x compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
epalmans committed May 1, 2024
1 parent c47079c commit 9804f24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
fail-fast: false
matrix:
php: [8.1]
laravel: [10.*, 9.*]
laravel: [11.*, 10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"illuminate/support": "^9.0|^10.0",
"guzzlehttp/guzzle": "^7.4",
"illuminate/support": "^9.0|^10.0|^11.0",
"openfoodfacts/openfoodfacts-php": "^0.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.9.5",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5.8"
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.5.21"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9804f24

Please sign in to comment.