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 3e48bab commit 7c406b2Copy full SHA for 7c406b2
composer.json
@@ -15,12 +15,12 @@
15
}
16
],
17
"require": {
18
- "php": ">=7.1",
+ "php": "^7.1",
19
"codezero/dotenv-updater": "^1.1",
20
- "illuminate/support": ">=5.7"
+ "illuminate/support": "^5.7|^6.0"
21
},
22
"require-dev": {
23
- "orchestra/testbench": ">=3.7",
+ "orchestra/testbench": "^3.7|^4.0",
24
"phpunit/phpunit": "^7.0|^8.0"
25
26
"scripts": {
0 commit comments