Skip to content

Commit

Permalink
Merge pull request #571 from laravel/develop
Browse files Browse the repository at this point in the history
Laravel 9 support
  • Loading branch information
driesvints committed Jan 12, 2022
2 parents b5c67f1 + 7839409 commit 863a7bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -14,10 +14,16 @@ jobs:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
laravel: [^6.0, ^7.0, ^8.0]
laravel: [^6.0, ^7.0, ^8.0, ^9.0]
exclude:
- php: 7.2
laravel: ^8.0
- php: 7.2
laravel: ^9.0
- php: 7.3
laravel: ^9.0
- php: 7.4
laravel: ^9.0
- php: 8.1
laravel: ^6.0
- php: 8.1
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -18,14 +18,14 @@
"php": "^7.2|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/http": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"league/oauth1-client": "^1.0"
},
"require-dev": {
"illuminate/contracts": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.0|^9.3"
},
"autoload": {
Expand Down

0 comments on commit 863a7bf

Please sign in to comment.