36 lines
529 B
JSON
36 lines
529 B
JSON
|
{
|
||
|
"name": "nucore/php",
|
||
|
"type": "library",
|
||
|
"description": "fonctions et classes essentielles",
|
||
|
"repositories": [
|
||
|
{
|
||
|
"type": "composer",
|
||
|
"url": "https://repos.univ-reunion.fr/composer"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=7.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mur/tests": "7.3"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"nucore\\": "php/src_base"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"nucore\\": "php/tests"
|
||
|
}
|
||
|
},
|
||
|
"scripts": {
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jephte Clain",
|
||
|
"email": "Jephte.Clain@univ-reunion.fr"
|
||
|
}
|
||
|
]
|
||
|
}
|