Browse Source

Adding intl to composer.json

jalbertocr 12 years ago
parent
commit
d24205fd70
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -19,6 +19,7 @@
 	},
 	"require": {
 		"php": ">=5.4.19",
+		"ext-intl": "*",
 		"ext-mcrypt": "*",
 		"ext-mbstring": "*",
 		"nesbot/Carbon": "1.8.*"