nulib-spout/composer.json

63 lines
1.1 KiB
JSON
Raw Permalink 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": {
"openspout/openspout": "v3.7.4"
},
"require": {
"nulib/php": "^7.4-dev",
"ext-dom": "*",
"ext-filter": "*",
"ext-libxml": "*",
"ext-xmlreader": "*",
"ext-zip": "*",
"php": "^7.4"
},
"require-dev": {
"nulib/tests": "^7.4",
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1.0",
"ext-zlib": "*"
},
"autoload": {
"psr-4": {
2025-01-23 09:49:07 +04:00
"nulib\\": "src",
2024-11-27 13:49:42 +04:00
"OpenSpout\\": "upstream-3.x/src"
}
},
"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
}