Skip to content

Commit 83afa1a

Browse files
authored
Update composer.json
1 parent 085409c commit 83afa1a

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
@@ -11,13 +11,13 @@
1111
"type": "library",
1212
"homepage": "https://www.softinklab.com",
1313
"require": {
14-
"php": "^7.2",
14+
"php": ">=7.2.5",
1515
"illuminate/support": "^6.0|^7.0|^8.0",
1616
"illuminate/database": "^6.0|^7.0|8.0"
1717
},
1818
"require-dev": {
19-
"orchestra/database": "^5.0",
20-
"orchestra/testbench": "~5.0"
19+
"orchestra/database": "^4.0|^5.0|^6.0",
20+
"orchestra/testbench": "^4.0|^5.0|^6.0"
2121
},
2222
"autoload": {
2323
"files": [

0 commit comments

Comments
 (0)