modifs.mineures sans commentaires
This commit is contained in:
parent
ce1b7f86cd
commit
938a3661f6
|
@ -3,10 +3,6 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "espace de maturation pour les librairies",
|
"description": "espace de maturation pour les librairies",
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
|
||||||
"type": "path",
|
|
||||||
"url": "../nulib"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://repos.univ-reunion.fr/composer"
|
"url": "https://repos.univ-reunion.fr/composer"
|
||||||
|
@ -34,6 +30,17 @@
|
||||||
"ext-sqlite3": "*",
|
"ext-sqlite3": "*",
|
||||||
"ext-ldap": "*"
|
"ext-ldap": "*"
|
||||||
},
|
},
|
||||||
|
"replace": {
|
||||||
|
"nur/tests": "dev-master",
|
||||||
|
"nur/base": "dev-wip",
|
||||||
|
"nur/v-bs3": "dev-wip",
|
||||||
|
"nur/m-pdo": "dev-wip",
|
||||||
|
"nur/m-oracle": "dev-wip",
|
||||||
|
"nur/m-pgsql": "dev-wip",
|
||||||
|
"nur/mapper": "dev-wip",
|
||||||
|
"nur/passwd": "dev-wip",
|
||||||
|
"nur/ldap": "dev-wip"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"nur\\sery\\": "src",
|
"nur\\sery\\": "src",
|
||||||
|
|
|
@ -4,49 +4,8 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "b2f686c0f06bd9d7e888d6daa662c8ff",
|
"content-hash": "d2fbaee267973746e8e9db107bf8eeb5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
|
||||||
"name": "nulib/php",
|
|
||||||
"version": "dev-wip",
|
|
||||||
"dist": {
|
|
||||||
"type": "path",
|
|
||||||
"url": "../nulib",
|
|
||||||
"reference": "f57228278482619edd57baef9fc08a5dd4c63216"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=7.4"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"ext-curl": "*",
|
|
||||||
"nulib/tests": "7.4"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"nulib\\": "php/src_base",
|
|
||||||
"nulib\\ref\\": "php/src_ref",
|
|
||||||
"nulib\\php\\": "php/src_php",
|
|
||||||
"nulib\\output\\": "php/src_output",
|
|
||||||
"nulib\\web\\": "php/src_web"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload-dev": {
|
|
||||||
"psr-4": {
|
|
||||||
"nulib\\": "php/tests"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Jephte Clain",
|
|
||||||
"email": "Jephte.Clain@univ-reunion.fr"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "fonctions et classes essentielles",
|
|
||||||
"transport-options": {
|
|
||||||
"relative": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
"version": "v2.5.3",
|
"version": "v2.5.3",
|
||||||
|
@ -928,16 +887,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "9.6.18",
|
"version": "9.6.19",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04"
|
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
|
||||||
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
|
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1011,7 +970,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.18"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -1027,7 +986,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-21T12:07:32+00:00"
|
"time": "2024-04-05T04:35:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
|
@ -2045,9 +2004,7 @@
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": [],
|
||||||
"nulib/php": 20
|
|
||||||
},
|
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|
Loading…
Reference in New Issue