Compare commits

..

4 Commits

4 changed files with 41 additions and 9 deletions

22
.idea/php.xml generated
View File

@ -83,6 +83,28 @@
<path value="$PROJECT_DIR$/vendor/nulib/tests" /> <path value="$PROJECT_DIR$/vendor/nulib/tests" />
<path value="$PROJECT_DIR$/vendor/nulib/php" /> <path value="$PROJECT_DIR$/vendor/nulib/php" />
<path value="$PROJECT_DIR$/vendor/symfony/yaml" /> <path value="$PROJECT_DIR$/vendor/symfony/yaml" />
<path value="$PROJECT_DIR$/vendor/nulib/base" />
<path value="$PROJECT_DIR$/vendor/infection/abstract-testframework-adapter" />
<path value="$PROJECT_DIR$/vendor/infection/extension-installer" />
<path value="$PROJECT_DIR$/vendor/webmozart/assert" />
<path value="$PROJECT_DIR$/vendor/marc-mabe/php-enum" />
<path value="$PROJECT_DIR$/vendor/colinodell/json5" />
<path value="$PROJECT_DIR$/vendor/webmozart/glob" />
<path value="$PROJECT_DIR$/vendor/thecodingmachine/safe" />
<path value="$PROJECT_DIR$/vendor/justinrainbow/json-schema" />
<path value="$PROJECT_DIR$/vendor/doctrine/annotations" />
<path value="$PROJECT_DIR$/vendor/phpstan/phpstan-strict-rules" />
<path value="$PROJECT_DIR$/vendor/phpbench/container" />
<path value="$PROJECT_DIR$/vendor/doctrine/lexer" />
<path value="$PROJECT_DIR$/vendor/infection/include-interceptor" />
<path value="$PROJECT_DIR$/vendor/phpbench/phpbench" />
<path value="$PROJECT_DIR$/vendor/infection/mutator" />
<path value="$PROJECT_DIR$/vendor/infection/infection" />
<path value="$PROJECT_DIR$/vendor/psr/cache" />
<path value="$PROJECT_DIR$/vendor/ondram/ci-detector" />
<path value="$PROJECT_DIR$/vendor/seld/jsonlint" />
<path value="$PROJECT_DIR$/vendor/sanmai/later" />
<path value="$PROJECT_DIR$/vendor/sanmai/pipeline" />
</include_path> </include_path>
</component> </component>
<component name="PhpProjectSharedConfiguration" php_language_level="7.4"> <component name="PhpProjectSharedConfiguration" php_language_level="7.4">

View File

@ -1,3 +1,5 @@
## Release 0.6.0p82 du 30/05/2025-23:01
## Release 0.6.0p74 du 30/05/2025-22:53 ## Release 0.6.0p74 du 30/05/2025-22:53
migrer de nulib/php à nulib/base migrer de nulib/php à nulib/base

View File

@ -3,6 +3,10 @@
"type": "library", "type": "library",
"description": "wrapper pour openspout/openspout", "description": "wrapper pour openspout/openspout",
"repositories": [ "repositories": [
{
"type": "path",
"url": "../nulib-base"
},
{ {
"type": "composer", "type": "composer",
"url": "https://repos.univ-reunion.fr/composer" "url": "https://repos.univ-reunion.fr/composer"
@ -18,7 +22,7 @@
"openspout/openspout": "v3.7.4" "openspout/openspout": "v3.7.4"
}, },
"require": { "require": {
"nulib/base": "^0.6.0p74", "nulib/base": "^7.4-dev",
"ext-dom": "*", "ext-dom": "*",
"ext-filter": "*", "ext-filter": "*",
"ext-libxml": "*", "ext-libxml": "*",

20
composer.lock generated
View File

@ -4,15 +4,15 @@
"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": "71dbe9a145b7492fe78927fc688f65e6", "content-hash": "4b1bf3aaf4bdf244af9886995daa16f5",
"packages": [ "packages": [
{ {
"name": "nulib/base", "name": "nulib/base",
"version": "0.6.0p74", "version": "dev-dev74",
"source": { "dist": {
"type": "git", "type": "path",
"url": "https://git.univ-reunion.fr/sda-php/nulib-base.git", "url": "../nulib-base",
"reference": "ea531c41bcb054250b0efc334c6aaa6f77543070" "reference": "a319baec05c4022edc07f738a9f4cbad3e486b82"
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
@ -55,7 +55,9 @@
} }
], ],
"description": "fonctions et classes essentielles", "description": "fonctions et classes essentielles",
"time": "2025-05-30T18:35:54+00:00" "transport-options": {
"relative": true
}
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -4583,7 +4585,9 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {
"nulib/base": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {