Skip to content

Commit 77aaf4b

Browse files
authored
Merge pull request #201 from DariusIII/patch-1
Support Laravel 6.0
2 parents e0eb3a4 + c5cb823 commit 77aaf4b

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
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1.3",
14-
"illuminate/support": "5.8.*"
13+
"php": ">=7.2.0",
14+
"illuminate/support": "^6.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -24,7 +24,7 @@
2424
"minimum-stability": "dev",
2525
"prefer-stable": true,
2626
"require-dev": {
27-
"phpunit/phpunit": "^5.5",
27+
"phpunit/phpunit": "^7.0",
2828
"fzaninotto/faker": "^1.6",
2929
"mockery/mockery": "^0.9.5",
3030
"satooshi/php-coveralls": "^1.0",

0 commit comments

Comments
 (0)