2024-11-27 13:49:42 +04:00
|
|
|
{
|
|
|
|
"name": "nulib/spout",
|
|
|
|
"type": "library",
|
|
|
|
"description": "wrapper pour openspout/openspout",
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://repos.univ-reunion.fr/composer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2024-11-28 20:07:48 +04:00
|
|
|
"dev-master": "7.4.x-dev",
|
|
|
|
"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": {
|
|
|
|
"nulib\\ext\\": "src",
|
|
|
|
"OpenSpout\\": "upstream-3.x/src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"nulib\\ext\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jephte Clain",
|
|
|
|
"email": "Jephte.Clain@univ-reunion.fr"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|