46 lines
724 B
JSON
46 lines
724 B
JSON
{
|
|
"name": "nulib/phpss",
|
|
"type": "library",
|
|
"description": "wrapper pour phpoffice/phpspreadsheet",
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../nulib"
|
|
},
|
|
{
|
|
"type": "composer",
|
|
"url": "https://repos.univ-reunion.fr/composer"
|
|
}
|
|
],
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-dev74": "7.4.x-dev",
|
|
"dev-dev82": "8.2.x-dev"
|
|
}
|
|
},
|
|
"require": {
|
|
"nulib/php": "^7.4-dev",
|
|
"phpoffice/phpspreadsheet": "^1.0",
|
|
"php": "^7.4"
|
|
},
|
|
"require-dev": {
|
|
"nulib/tests": "^7.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"nulib\\ext\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"nulib\\ext\\": "tests"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jephte Clain",
|
|
"email": "Jephte.Clain@univ-reunion.fr"
|
|
}
|
|
]
|
|
}
|