Compare commits

...

5 Commits

5 changed files with 27 additions and 9 deletions

6
.idea/php.xml generated
View File

@ -58,6 +58,12 @@
<path value="$PROJECT_DIR$/vendor/symfony/yaml" />
<path value="$PROJECT_DIR$/vendor/symfony/polyfill-ctype" />
<path value="$PROJECT_DIR$/vendor/nulib/base" />
<path value="$PROJECT_DIR$/vendor/phpmailer/phpmailer" />
<path value="$PROJECT_DIR$/vendor/dflydev/dot-access-data" />
<path value="$PROJECT_DIR$/vendor/league/config" />
<path value="$PROJECT_DIR$/vendor/league/commonmark" />
<path value="$PROJECT_DIR$/vendor/nette/utils" />
<path value="$PROJECT_DIR$/vendor/nette/schema" />
</include_path>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="7.4" />

View File

@ -1,3 +1,5 @@
## Release 0.8.0p82 du 07/11/2025-10:37
## Release 0.8.0p74 du 07/11/2025-10:35
## Release 0.7.1p82 du 22/10/2025-19:00

View File

@ -62,6 +62,8 @@ git checkout dev74
git cherry-pick "$commit"
pp -a
_merge82
## console 82
pu

View File

@ -3,6 +3,10 @@
"type": "library",
"description": "wrapper pour phpoffice/phpspreadsheet",
"repositories": [
{
"type": "path",
"url": "../nulib-base"
},
{
"type": "composer",
"url": "https://repos.univ-reunion.fr/composer"
@ -15,7 +19,7 @@
}
},
"require": {
"nulib/base": "^0.8.0p74",
"nulib/base": "^7.4-dev",
"phpoffice/phpspreadsheet": "^1.0",
"php": "^7.4"
},

20
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7df82896ba228767623d3ceb09a72a82",
"content-hash": "6dc1632c00c3a9480171d34a2976d8f5",
"packages": [
{
"name": "composer/pcre",
@ -808,11 +808,11 @@
},
{
"name": "nulib/base",
"version": "0.8.0p74",
"source": {
"type": "git",
"url": "https://git.univ-reunion.fr/sda-php/nulib-base.git",
"reference": "d14dcd25ee0157d4ec619cd2265b1ad6b2b35a57"
"version": "dev-dev74",
"dist": {
"type": "path",
"url": "../nulib-base",
"reference": "aa7809124ae7ba3f6c3a04e410210d6949896bdd"
},
"require": {
"ext-json": "*",
@ -874,7 +874,9 @@
}
],
"description": "fonctions et classes essentielles",
"time": "2025-11-07T06:27:14+00:00"
"transport-options": {
"relative": true
}
},
{
"name": "phpmailer/phpmailer",
@ -4180,7 +4182,9 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {
"nulib/base": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {