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 7978916 commit 79a7025Copy full SHA for 79a7025
composer.json
@@ -12,6 +12,8 @@
12
],
13
"require": {
14
"php": ">=5.5.0",
15
+ "ext-json": "*",
16
+ "ext-mbstring": "*",
17
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0",
18
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0"
19
},
0 commit comments