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/php" />
<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>
</component>
<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
migrer de nulib/php à nulib/base

View File

@ -3,6 +3,10 @@
"type": "library",
"description": "wrapper pour openspout/openspout",
"repositories": [
{
"type": "path",
"url": "../nulib-base"
},
{
"type": "composer",
"url": "https://repos.univ-reunion.fr/composer"
@ -18,7 +22,7 @@
"openspout/openspout": "v3.7.4"
},
"require": {
"nulib/base": "^0.6.0p74",
"nulib/base": "^7.4-dev",
"ext-dom": "*",
"ext-filter": "*",
"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",
"This file is @generated automatically"
],
"content-hash": "71dbe9a145b7492fe78927fc688f65e6",
"content-hash": "4b1bf3aaf4bdf244af9886995daa16f5",
"packages": [
{
"name": "nulib/base",
"version": "0.6.0p74",
"source": {
"type": "git",
"url": "https://git.univ-reunion.fr/sda-php/nulib-base.git",
"reference": "ea531c41bcb054250b0efc334c6aaa6f77543070"
"version": "dev-dev74",
"dist": {
"type": "path",
"url": "../nulib-base",
"reference": "a319baec05c4022edc07f738a9f4cbad3e486b82"
},
"require": {
"ext-json": "*",
@ -55,7 +55,9 @@
}
],
"description": "fonctions et classes essentielles",
"time": "2025-05-30T18:35:54+00:00"
"transport-options": {
"relative": true
}
},
{
"name": "symfony/deprecation-contracts",
@ -4583,7 +4585,9 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {
"nulib/base": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {