We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99dcdb9 + 4297cdc commit b9bd038Copy full SHA for b9bd038
composer.json
@@ -10,10 +10,10 @@
10
}
11
],
12
"require": {
13
- "php": ">=7.3",
14
- "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|8.0.4",
15
- "illuminate/validation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|8.0.4",
16
- "illuminate/translation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|8.0.4"
+ "php": ">=7.1",
+ "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
+ "illuminate/validation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
+ "illuminate/translation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0"
17
},
18
"require-dev": {
19
"mockery/mockery": "^1.4.2",
0 commit comments