|
|
|
@ -5,9 +5,9 @@
|
|
|
|
|
"ext-sodium": "*", |
|
|
|
|
"ext-xml": "*", |
|
|
|
|
"ext-zip": "*", |
|
|
|
|
"symfony/polyfill-mbstring": "^1.24", |
|
|
|
|
"symfony/polyfill-php80": "^1.24", |
|
|
|
|
"symfony/polyfill-php81": "^1.24", |
|
|
|
|
"symfony/polyfill-mbstring": "^1.24" |
|
|
|
|
"symfony/polyfill-php81": "^1.24" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", |
|
|
|
@ -15,9 +15,9 @@
|
|
|
|
|
"spip/coding-standards": "^1.2" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"ext-mbstring": "Faster than the polyfill for string actions", |
|
|
|
|
"ext-curl": "*", |
|
|
|
|
"ext-gd": "For image processing", |
|
|
|
|
"ext-mbstring": "Faster than the polyfill for string actions", |
|
|
|
|
"ext-mysqli": "*", |
|
|
|
|
"ext-pdo": "*", |
|
|
|
|
"ext-pdo_sqlite": "*" |
|
|
|
|