<pman>Intégration de la branche rel74-0.5.0

This commit is contained in:
Jephté Clain 2025-04-30 04:46:31 +04:00
commit b36b704c73
4 changed files with 20 additions and 24 deletions

View File

@ -1,3 +1,5 @@
## Release 0.5.0p74 du 30/04/2025-04:46
## Release 0.4.0p82 du 14/03/2025-15:30 ## Release 0.4.0p82 du 14/03/2025-15:30
## Release 0.4.0p74 du 14/03/2025-15:27 ## Release 0.4.0p74 du 14/03/2025-15:27

View File

@ -1 +1 @@
0.4.0 0.5.0

View File

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

34
composer.lock generated
View File

@ -4,7 +4,7 @@
"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": "d4342f68b5a710c89ae6ee1159f698c9", "content-hash": "d0d9efbef8093b96775343530927123d",
"packages": [ "packages": [
{ {
"name": "composer/pcre", "name": "composer/pcre",
@ -396,11 +396,11 @@
}, },
{ {
"name": "nulib/php", "name": "nulib/php",
"version": "dev-dev74", "version": "0.5.0p74",
"dist": { "source": {
"type": "path", "type": "git",
"url": "../nulib", "url": "https://git.univ-reunion.fr/sda-php/nulib.git",
"reference": "927915093af5196099ae26645c07e90ddf1b2330" "reference": "4037bf20424eb48708e5fdf9fc8e10f2ef71d134"
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
@ -410,6 +410,8 @@
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
"ext-pcntl": "*", "ext-pcntl": "*",
"ext-pdo": "*",
"ext-pgsql": "*",
"ext-posix": "*", "ext-posix": "*",
"ext-sqlite3": "*", "ext-sqlite3": "*",
"nulib/tests": "^7.4" "nulib/tests": "^7.4"
@ -438,9 +440,7 @@
} }
], ],
"description": "fonctions et classes essentielles", "description": "fonctions et classes essentielles",
"transport-options": { "time": "2025-04-30T00:32:10+00:00"
"relative": true
}
}, },
{ {
"name": "phpoffice/phpspreadsheet", "name": "phpoffice/phpspreadsheet",
@ -1134,16 +1134,16 @@
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
"version": "1.13.0", "version": "1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/DeepCopy.git", "url": "https://github.com/myclabs/DeepCopy.git",
"reference": "024473a478be9df5fdaca2c793f2232fe788e414" "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/1720ddd719e16cf0db4eb1c6eca108031636d46c",
"reference": "024473a478be9df5fdaca2c793f2232fe788e414", "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1182,7 +1182,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/myclabs/DeepCopy/issues", "issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.0" "source": "https://github.com/myclabs/DeepCopy/tree/1.13.1"
}, },
"funding": [ "funding": [
{ {
@ -1190,7 +1190,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-02-12T12:17:51+00:00" "time": "2025-04-29T12:36:36+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -2844,9 +2844,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": {