67 lines
1.2 KiB
JSON
67 lines
1.2 KiB
JSON
{
|
|
"name": "nulib/spout",
|
|
"type": "library",
|
|
"description": "wrapper pour openspout/openspout",
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../nulib"
|
|
},
|
|
{
|
|
"type": "composer",
|
|
"url": "https://repos.univ-reunion.fr/composer"
|
|
}
|
|
],
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-php74": "7.4.x-dev",
|
|
"dev-php82": "8.2.x-dev"
|
|
}
|
|
},
|
|
"replace": {
|
|
"openspout/openspout": "v4.27.0"
|
|
},
|
|
"require": {
|
|
"nulib/php": "0.2.0p82",
|
|
"ext-dom": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-filter": "*",
|
|
"ext-libxml": "*",
|
|
"ext-xmlreader": "*",
|
|
"ext-zip": "*",
|
|
"php": "^8.2"
|
|
},
|
|
"require-dev": {
|
|
"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",
|
|
"ext-zlib": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"nulib\\": "src",
|
|
"OpenSpout\\": "upstream-4.x/src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"nulib\\ext\\": "tests"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jephte Clain",
|
|
"email": "Jephte.Clain@univ-reunion.fr"
|
|
}
|
|
],
|
|
"config": {
|
|
"allow-plugins": {
|
|
"infection/extension-installer": false
|
|
}
|
|
}
|
|
}
|