Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit e9ca49f

Browse files
author
rok
committed
remove dependencies and change dependency to laravel 5.6 and php 7.1
1 parent 3267fee commit e9ca49f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
},
1616
"minimum-stability": "stable",
1717
"require": {
18-
"php": ">=5.5.9",
19-
"illuminate/database": "5.*",
20-
"illuminate/support": "5.*",
21-
"psr/log": "^1.0"
18+
"php": "^7.1.3",
19+
"illuminate/database": "^5.6",
20+
"illuminate/support": "^5.6"
2221
},
2322
"extra": {
2423
"laravel": {

0 commit comments

Comments
 (0)