This website works better with JavaScript
Home
Explore
Help
Register
Sign In
VendorSoftware
/
symfony
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
[composer] change ext/intl to the new ext-intl syntax
Igor Wiedler
13 years ago
parent
d535afeb98
commit
9c8f100c11
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/Symfony/Component/Locale/composer.json
+ 1
- 1
src/Symfony/Component/Locale/composer.json
View File
@@ -20,6 +20,6 @@
"php": ">=5.3.2"
},
"suggest": {
- "ext
/
intl": ">=5.3.2"
+ "ext
-
intl": ">=5.3.2"
}
}