Skip to content

Commit

Permalink
Merge pull request #40 from harishdurga/support_laravel_10
Browse files Browse the repository at this point in the history
Support for Laravel 10
  • Loading branch information
harishdurga authored Jul 3, 2023
2 parents 5cbff06 + e31763b commit 55aec4d
Show file tree
Hide file tree
Showing 3 changed files with 997 additions and 920 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1]
laravel: [9.*]
php: [8.1]
laravel: [10.*]
stability: [prefer-stable]
include:
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0
env:
DB_CONNECTION: testing
DB_DATABASE: laravel
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": ">=8.0.2",
"doctrine/dbal": "^3.3",
"illuminate/support": "^9.0"
"php": ">=8.1.0",
"doctrine/dbal": "^3.6.0",
"illuminate/support": "^10.0"
},
"require-dev": {
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 55aec4d

Please sign in to comment.