Skip to content

Commit

Permalink
Merge pull request #107 from stefanzweifel/master
Browse files Browse the repository at this point in the history
Add Support for Laravel 10
  • Loading branch information
rennokki committed Apr 1, 2023
2 parents 5d58bd0 + eb31a69 commit a36a61a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
fail-fast: false
matrix:
php:
- '8.0'
- '8.1'
- '8.2'
laravel:
- 8.*
- 9.*
- 10.*
prefer:
- 'prefer-lowest'
- 'prefer-stable'
include:
- laravel: '8.*'
testbench: '6.*'
- laravel: '9.*'
testbench: '7.*'
- laravel: '10.*'
testbench: '8.*'

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}

Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}
],
"require": {
"illuminate/http": "^8.83|^9.0.1",
"illuminate/routing": "^8.83|^9.0.1",
"illuminate/support": "^8.83|^9.0.1",
"illuminate/http": "^9.35|^10.5",
"illuminate/routing": "^9.35|^10.5",
"illuminate/support": "^9.35|^10.5",
"aws/aws-php-sns-message-validator": "^1.6"
},
"autoload": {
Expand All @@ -42,8 +42,7 @@
},
"require-dev": {
"mockery/mockery": "^1.5",
"orchestra/testbench": "^6.28|^7.0",
"orchestra/testbench-core": "^6.28|^7.0",
"orchestra/testbench": "^7.23|^8.1.1",
"phpunit/phpunit": "^9.5.26"
},
"config": {
Expand Down

0 comments on commit a36a61a

Please sign in to comment.