-
- Téléchargements
build: utiliser phpunit 10
parent
e99bd534
Aucune branche associée trouvée
Aucune étiquette associée trouvée
{ | ||
"name": "spip/tests", | ||
"type": "library", | ||
"description": "Test suite for SPIP.", | ||
"keywords": ["cms", "spip"], | ||
"license": [ | ||
"MIT" | ||
], | ||
"type": "library", | ||
"keywords": [ | ||
"cms", | ||
"spip" | ||
], | ||
"require": { | ||
"php": ">=8.1.0", | ||
"ext-ctype": "*", | ||
"ext-json": "*" | ||
}, | ||
"require-dev": { | ||
"lolli42/finediff": "^1.0", | ||
"phpunit/phpunit": "^10.0", | ||
"symfony/var-dumper": "^6.2", | ||
"symplify/easy-coding-standard": "^11.1" | ||
}, | ||
"suggest": { | ||
"ext-iconv": "Can be used as fallback when ext-mbstring is not available", | ||
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" | ||
}, | ||
"repositories": [], | ||
"autoload": { | ||
"psr-4": { | ||
"Spip\\Core\\Testing\\": "src/" | ||
... | ... | @@ -18,24 +37,10 @@ |
"Utils\\Rector\\Tests\\": "utils/rector/tests" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=7.4.0", | ||
"ext-json": "*", | ||
"ext-ctype": "*" | ||
}, | ||
"suggest": { | ||
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv", | ||
"ext-iconv": "Can be used as fallback when ext-mbstring is not available" | ||
}, | ||
"require-dev": { | ||
"lolli42/finediff": "^1.0", | ||
"phpunit/phpunit": "^8.3 || ^9.4", | ||
"symfony/var-dumper": "^5.4 || ^6", | ||
"symplify/easy-coding-standard": "^11.1" | ||
}, | ||
"repositories": [ | ||
], | ||
"config": { | ||
"platform": { | ||
"php": "8.1.17" | ||
}, | ||
"sort-packages": true | ||
} | ||
} |
Veuillez vous inscrire ou vous se connecter pour commenter