Skip to content

Commit

Permalink
Merge pull request #175 from freekmurze/master
Browse files Browse the repository at this point in the history
Support Laravel 10
  • Loading branch information
MarceauKa authored Jan 25, 2023
2 parents 7c1f9c5 + 4709f47 commit afd4d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
],
"require": {
"php": "^7.2 | ^8.0",
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0"
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 | ^8.0 | ^9.0",
"phpunit/phpunit": "^7.5 | ^8.0 | ^9.0 | ^10.0",
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "^4.0 | ^5.0 | ^6.0 | ^7.0",
"orchestra/database": "^4.0 | ^5.0 | ^6.0 | ^7.0"
"orchestra/testbench": "^4.0 | ^5.0 | ^6.0 | ^7.0 | ^8.0",
"orchestra/database": "^4.0 | ^5.0 | ^6.0 | ^7.0 | ^8.0"
},
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

| Version | Release |
|:-------------:|:-------------:|
| 6.x to 9.x | 1.7 |
| 6.x to 10.x | 1.7 |
| 6.x, 7.x | 1.6 |
| 5.8 | 1.5 |
| 5.7, 5.6 | 1.2 |
Expand Down

0 comments on commit afd4d98

Please sign in to comment.