We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3c326 commit 5e0c761Copy full SHA for 5e0c761
composer.json
@@ -12,11 +12,11 @@
12
"license": "MIT",
13
"authors": [],
14
"require": {
15
- "php": "^7.2",
16
- "illuminate/console": "5.8.*|^6.0",
17
- "illuminate/database": "5.8.*|^6.0",
18
- "illuminate/support": "5.8.*|^6.0",
19
- "illuminate/routing": "5.8.*|^6.0"
+ "php": "^7.2.5",
+ "illuminate/console": "5.8.*|^6.0|^7.0",
+ "illuminate/database": "5.8.*|^6.0|^7.0",
+ "illuminate/support": "5.8.*|^6.0|^7.0",
+ "illuminate/routing": "5.8.*|^6.0|^7.0"
20
},
21
"require-dev": {
22
"phpunit/phpunit" : "^8.0",
0 commit comments