Skip to content

Commit 983e965

Browse files
authored
Merge pull request #2 from eXolnet/feature/laravel-7.x
Add Laravel 7.x to supported dependencies
2 parents f02ca26 + 9ad63f4 commit 983e965

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^7.2",
20-
"illuminate/console": "^6.0",
21-
"illuminate/support": "^6.0"
20+
"illuminate/console": "^6.0|^7.0",
21+
"illuminate/support": "^6.0|^7.0"
2222
},
2323
"require-dev": {
2424
"mockery/mockery": "^1.0",
2525
"phpunit/phpunit": "^8.0",
26-
"orchestra/testbench" : "^4.0",
26+
"orchestra/testbench" : "^4.0|^5.0",
2727
"squizlabs/php_codesniffer": "^3.3.2"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)