This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
VendorSoftware
/
symfony
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
[composer] change ext/intl to the new ext-intl syntax
Igor Wiedler
hace 13 años
padre
d535afeb98
commit
9c8f100c11
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/Symfony/Component/Locale/composer.json
+ 1
- 1
src/Symfony/Component/Locale/composer.json
Ver fichero
@@ -20,6 +20,6 @@
"php": ">=5.3.2"
},
"suggest": {
- "ext
/
intl": ">=5.3.2"
+ "ext
-
intl": ">=5.3.2"
}
}