nulib-spout/composer.json

67 lines
1.2 KiB
JSON
Raw Normal View History

2024-11-27 13:49:42 +04:00
{
"name": "nulib/spout",
"type": "library",
"description": "wrapper pour openspout/openspout",
"repositories": [
2024-11-29 16:52:27 +04:00
{
"type": "path",
"url": "../nulib"
},
2024-11-27 13:49:42 +04:00
{
"type": "composer",
"url": "https://repos.univ-reunion.fr/composer"
}
],
"extra": {
"branch-alias": {
2025-01-24 17:11:02 +04:00
"dev-php74": "7.4.x-dev",
2024-11-28 20:07:48 +04:00
"dev-php82": "8.2.x-dev"
2024-11-27 13:49:42 +04:00
}
},
"replace": {
2024-11-29 07:29:55 +04:00
"openspout/openspout": "v4.27.0"
2024-11-27 13:49:42 +04:00
},
"require": {
2025-02-17 06:42:22 +04:00
"nulib/php": "0.2.0p82",
2024-11-27 13:49:42 +04:00
"ext-dom": "*",
2024-11-29 07:29:55 +04:00
"ext-fileinfo": "*",
2024-11-27 13:49:42 +04:00
"ext-filter": "*",
"ext-libxml": "*",
"ext-xmlreader": "*",
"ext-zip": "*",
2024-11-29 07:29:55 +04:00
"php": "^8.2"
2024-11-27 13:49:42 +04:00
},
"require-dev": {
2024-11-29 07:29:55 +04:00
"nulib/tests": "^8.2",
"friendsofphp/php-cs-fixer": "^3.64.0",
"infection/infection": "^0.29.6",
"phpbench/phpbench": "^1.3.1",
"phpstan/phpstan": "^1.12.4",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.1",
2024-11-27 13:49:42 +04:00
"ext-zlib": "*"
},
"autoload": {
"psr-4": {
2025-01-23 09:49:07 +04:00
"nulib\\": "src",
2025-01-23 11:08:12 +04:00
"OpenSpout\\": "upstream-4.x/src"
2024-11-27 13:49:42 +04:00
}
},
"autoload-dev": {
"psr-4": {
"nulib\\ext\\": "tests"
}
},
"authors": [
{
"name": "Jephte Clain",
"email": "Jephte.Clain@univ-reunion.fr"
}
2024-11-28 20:39:08 +04:00
],
"config": {
"allow-plugins": {
"infection/extension-installer": false
}
}
2024-11-27 13:49:42 +04:00
}