Skip to content

Commit a7087b6

Browse files
#5 - Accept Laravel 6 & 7.
1 parent 0fc2d87 commit a7087b6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616
"require": {
1717
"php": "^7.1",
1818
"phpviet/validation": "^1.0",
19-
"illuminate/support": "^5.7"
19+
"illuminate/support": "^5.7 || ^6.0 || ^7.0"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "^3.7",
23-
"phpunit/phpunit": "~7.5",
24-
"scrutinizer/ocular": "^1.5"
22+
"orchestra/testbench": "^3.7 || ^4.0 || ^5.0"
2523
},
2624
"autoload": {
2725
"psr-4": {

0 commit comments

Comments
 (0)