We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085409c commit 83afa1aCopy full SHA for 83afa1a
composer.json
@@ -11,13 +11,13 @@
11
"type": "library",
12
"homepage": "https://www.softinklab.com",
13
"require": {
14
- "php": "^7.2",
+ "php": ">=7.2.5",
15
"illuminate/support": "^6.0|^7.0|^8.0",
16
"illuminate/database": "^6.0|^7.0|8.0"
17
},
18
"require-dev": {
19
- "orchestra/database": "^5.0",
20
- "orchestra/testbench": "~5.0"
+ "orchestra/database": "^4.0|^5.0|^6.0",
+ "orchestra/testbench": "^4.0|^5.0|^6.0"
21
22
"autoload": {
23
"files": [
0 commit comments