Skip to content

Commit fd855e7

Browse files
authored
Merge pull request #333 from messerli90/master
Add Laravel 7 support
2 parents 2ba36ba + 3411941 commit fd855e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": "^7.1.3",
16-
"illuminate/config": "^5.5|^6.0",
17-
"illuminate/support": "^5.5|^6.0",
18-
"illuminate/database": "^5.5|^6.0"
16+
"illuminate/config": "^5.5|^6.0|^7.0",
17+
"illuminate/support": "^5.5|^6.0|^7.0",
18+
"illuminate/database": "^5.5|^6.0|^7.0"
1919
},
2020
"require-dev": {
2121
"adamwathan/faktory": "0.3.*",
2222
"friendsofphp/php-cs-fixer": "^2.5",
23-
"orchestra/testbench": "^3.0|^4.0",
23+
"orchestra/testbench": "^3.0|^4.0|^5.0",
2424
"phpunit/phpunit": "^7.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)