Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit a3977e4

Browse files
authored
Merge pull request #13 from AbdullahFaqeir/master
Laravel support update.
2 parents 615b368 + 5d6ce68 commit a3977e4

File tree

3 files changed

+615
-141
lines changed

3 files changed

+615
-141
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.5.9",
18-
"illuminate/database": "^5.2||^6.0",
19-
"illuminate/support": "^5.2||^6.0"
17+
"php": "^7.2.5",
18+
"illuminate/database": "^6.0|^7.0",
19+
"illuminate/support": "^6.0|^7.0"
2020
},
2121
"autoload": {
2222
"psr-4": {
2323
"Cklmercer\\ModelSettings\\": "src/"
2424
}
2525
},
2626

27-
"minimum-stability": "dev"
27+
"minimum-stability": "stable"
2828
}

0 commit comments

Comments
 (0)