This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
VendorSoftware
/
symfony
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
[composer] change ext/intl to the new ext-intl syntax
Igor Wiedler
13 anni fa
parent
d535afeb98
commit
9c8f100c11
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
src/Symfony/Component/Locale/composer.json
+ 1
- 1
src/Symfony/Component/Locale/composer.json
Vedi File
@@ -20,6 +20,6 @@
"php": ">=5.3.2"
},
"suggest": {
- "ext
/
intl": ">=5.3.2"
+ "ext
-
intl": ">=5.3.2"
}
}