Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
composer.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Sep 5, 2013
1 parent 5bf9e1c commit e4bd68c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"lib-pcre": "*"
},
"suggest": {
"lib-icu": "Use Intl for best performance",
"lib-iconv": "Use iconv for best performance",
"ext-mbstring": "Use Mbstring for best performance"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit e4bd68c

Please sign in to comment.