2023-10-31 08:38:43 +04:00
|
|
|
{
|
|
|
|
"name": "nur/sery",
|
|
|
|
"type": "library",
|
|
|
|
"description": "espace de maturation pour les librairies",
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://repos.univ-reunion.fr/composer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"nulib/php": "dev-wip",
|
|
|
|
"php": ">=7.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"nulib/tests": "9",
|
|
|
|
"phpunit/phpunit": "^9"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"nur\\sery\\": "src"
|
2023-10-31 08:39:33 +04:00
|
|
|
}
|
2023-10-31 08:38:43 +04:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"nur\\sery\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"uc": "@php sbin/update_classes.php"
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jephte Clain",
|
|
|
|
"email": "Jephte.Clain@univ-reunion.fr"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|