Skip to content

Commit afd4d98

Browse files
authored
Merge pull request #175 from freekmurze/master
Support Laravel 10
2 parents 7c1f9c5 + 4709f47 commit afd4d98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
],
1616
"require": {
1717
"php": "^7.2 | ^8.0",
18-
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0"
18+
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^7.5 | ^8.0 | ^9.0",
21+
"phpunit/phpunit": "^7.5 | ^8.0 | ^9.0 | ^10.0",
2222
"mockery/mockery": "^1.3.3",
23-
"orchestra/testbench": "^4.0 | ^5.0 | ^6.0 | ^7.0",
24-
"orchestra/database": "^4.0 | ^5.0 | ^6.0 | ^7.0"
23+
"orchestra/testbench": "^4.0 | ^5.0 | ^6.0 | ^7.0 | ^8.0",
24+
"orchestra/database": "^4.0 | ^5.0 | ^6.0 | ^7.0 | ^8.0"
2525
},
2626
"license": "MIT",
2727
"authors": [

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
| Version | Release |
3030
|:-------------:|:-------------:|
31-
| 6.x to 9.x | 1.7 |
31+
| 6.x to 10.x | 1.7 |
3232
| 6.x, 7.x | 1.6 |
3333
| 5.8 | 1.5 |
3434
| 5.7, 5.6 | 1.2 |

0 commit comments

Comments
 (0)