Skip to content

Commit

Permalink
Laravel 9 support (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <[email protected]>
  • Loading branch information
Studio384 and atymic authored Feb 13, 2022
1 parent 3c03dcb commit 0cfc76c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 15
fail-fast: false
matrix:
laravel-version: ['^6.0', '^7.0', '^8.0' ]
laravel-version: [ '^6.0', '^7.0', '^8.0', '^9.0' ]
php-version: [ '7.4', '8.0' ]
exclude:
- laravel-version: ^6.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"illuminate/support": "6 - 8",
"illuminate/support": "6 - 9",
"guzzlehttp/guzzle": "^6.4 || ^7.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"nesbot/carbon": "^1.2 || ^2.26",
Expand All @@ -33,7 +33,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.3 || ^9.1",
"orchestra/testbench": "3.8 - 6",
"orchestra/testbench": "3.8 - 7",
"phpspec/prophecy-phpunit": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 0cfc76c

Please sign in to comment.