Skip to content

Commit 1185004

Browse files
committed
Update minimum Laravel version
1 parent d4f4894 commit 1185004

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
@@ -13,9 +13,9 @@
1313
"php": ">=7.1.3",
1414
"ext-dom": "*",
1515
"ext-json": "*",
16-
"illuminate/database": "^5.7",
17-
"illuminate/http": "^5.7",
18-
"illuminate/support": "^5.6",
16+
"illuminate/database": "~5.7.0",
17+
"illuminate/http": "~5.7.0",
18+
"illuminate/support": "~5.7.0",
1919
"mockery/mockery": "^1.0",
2020
"phpunit/phpunit": "^7.0|^8.0",
2121
"symfony/console": "^4.2",

0 commit comments

Comments
 (0)