enable intl

This commit is contained in:
Artur Nowakowski 2019-12-15 21:25:30 +01:00
parent bf1cd0a65d
commit 51e7faa263

View File

@ -9,7 +9,7 @@
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^7.3", "php": "^7.3",
"intl": "*", "ext-intl": "*",
"barryvdh/laravel-cors": "^0.11.4", "barryvdh/laravel-cors": "^0.11.4",
"bensampo/laravel-enum": "^1.26", "bensampo/laravel-enum": "^1.26",
"fideloper/proxy": "^4.0", "fideloper/proxy": "^4.0",