2023-10-03 04:17:01 +04:00
|
|
|
{
|
2023-10-20 09:59:43 +04:00
|
|
|
"name": "nulib/php",
|
2023-10-03 04:17:01 +04:00
|
|
|
"type": "library",
|
|
|
|
"description": "fonctions et classes essentielles",
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://repos.univ-reunion.fr/composer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-10-20 09:59:43 +04:00
|
|
|
"nulib/tests": "7.3"
|
2023-10-03 04:17:01 +04:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-10-20 09:59:43 +04:00
|
|
|
"nulib\\": "php/src_base"
|
2023-10-03 04:17:01 +04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2023-10-20 09:59:43 +04:00
|
|
|
"nulib\\": "php/tests"
|
2023-10-03 04:17:01 +04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jephte Clain",
|
|
|
|
"email": "Jephte.Clain@univ-reunion.fr"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|