enable intl

This commit is contained in:
Artur Nowakowski 2019-12-15 21:25:30 +01:00
parent bf1cd0a65d
commit 51e7faa263
1 changed files with 1 additions and 1 deletions

View File

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