Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e6836ae

Browse files
committedMar 6, 2020
Add support for Laravel 7
1 parent 086af66 commit e6836ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
],
1515
"require": {
1616
"php": "^5.6 | ^7.0",
17-
"laravel/framework": "^5.3 | ^6.0"
17+
"laravel/framework": "^5.3 | ^6.0 | ^7.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^8.0",
21-
"orchestra/testbench-browser-kit": "^4.0"
21+
"orchestra/testbench-browser-kit": "^5.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)
Please sign in to comment.