From 98f205499d7078ca5ab35e147ac11230fe1e1ee2 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 22 Oct 2025 19:07:13 +0400 Subject: [PATCH] deps de dist --- composer.json | 18 ++-------- composer.lock | 97 +++++++++++++++++++++++---------------------------- 2 files changed, 46 insertions(+), 69 deletions(-) diff --git a/composer.json b/composer.json index da8dad2..657ad07 100644 --- a/composer.json +++ b/composer.json @@ -3,18 +3,6 @@ "type": "library", "description": "espace de maturation pour les librairies", "repositories": [ - { - "type": "path", - "url": "../nulib-base" - }, - { - "type": "path", - "url": "../nulib-spout" - }, - { - "type": "path", - "url": "../nulib-phpss" - }, { "type": "composer", "url": "https://repos.univ-reunion.fr/composer" @@ -30,9 +18,9 @@ "php": "^7.4" }, "require-dev": { - "nulib/base": "^7.4-dev", - "nulib/spout": "^7.4-dev", - "nulib/phpss": "^7.4-dev", + "nulib/base": "^0.7.0p74", + "nulib/spout": "^0.7.0p74", + "nulib/phpss": "^0.7.0p74", "nulib/tests": "^7.4", "ext-posix": "*", "ext-pcntl": "*", diff --git a/composer.lock b/composer.lock index ea3409a..b768a2d 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "2dc79f259fa01ba2a990fbcb8fcec728", + "content-hash": "11d764f82f5881d832cc100b24c5ce82", "packages": [], "packages-dev": [ { @@ -233,20 +233,20 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.18.0", + "version": "v4.19.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "cb56001e54359df7ae76dc522d08845dc741621b" + "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", - "reference": "cb56001e54359df7ae76dc522d08845dc741621b", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/b287d2a16aceffbf6e0295559b39662612b77fcf", + "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -288,9 +288,9 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.19.0" }, - "time": "2024-11-01T03:51:45+00:00" + "time": "2025-10-17T16:34:55+00:00" }, { "name": "league/commonmark", @@ -939,16 +939,16 @@ }, { "name": "nikic/php-parser", - "version": "v5.6.1", + "version": "v5.6.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2" + "reference": "3a454ca033b9e06b63282ce19562e892747449bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", - "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb", + "reference": "3a454ca033b9e06b63282ce19562e892747449bb", "shasum": "" }, "require": { @@ -991,25 +991,25 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2" }, - "time": "2025-08-13T20:13:15+00:00" + "time": "2025-10-21T19:32:17+00:00" }, { "name": "nulib/base", - "version": "dev-dev74", - "dist": { - "type": "path", - "url": "../nulib-base", - "reference": "c62de542c35b8c394a56ebab221734409e0c9759" + "version": "0.7.0p74", + "source": { + "type": "git", + "url": "https://git.univ-reunion.fr/sda-php/nulib-base.git", + "reference": "64ab6c70e4f089c43714ec3d38dab7161aeb2b0d" }, "require": { "ext-json": "*", - "league/commonmark": "^2.4", + "league/commonmark": "^2.7", "php": "^7.4", "phpmailer/phpmailer": "^6.8", "symfony/expression-language": "^5.4", - "symfony/yaml": "^5.0" + "symfony/yaml": "^5.4" }, "replace": { "nulib/php": "*" @@ -1059,20 +1059,18 @@ } ], "description": "fonctions et classes essentielles", - "transport-options": { - "relative": true - } + "time": "2025-10-22T14:34:02+00:00" }, { "name": "nulib/phpss", - "version": "dev-dev74", - "dist": { - "type": "path", - "url": "../nulib-phpss", - "reference": "45ad56b20155e3ad07b97f85bb959bff82218228" + "version": "0.7.1p74", + "source": { + "type": "git", + "url": "https://git.univ-reunion.fr/sda-php/nulib-phpss.git", + "reference": "cb456f24ddc1cdcf3cab7c02da6f707b57c8dd2f" }, "require": { - "nulib/base": "^7.4-dev", + "nulib/base": "^0.7.0p74", "php": "^7.4", "phpoffice/phpspreadsheet": "^1.0" }, @@ -1103,17 +1101,15 @@ } ], "description": "wrapper pour phpoffice/phpspreadsheet", - "transport-options": { - "relative": true - } + "time": "2025-10-22T14:53:59+00:00" }, { "name": "nulib/spout", - "version": "dev-dev74", - "dist": { - "type": "path", - "url": "../nulib-spout", - "reference": "239c8aff8a5defa0e605f3d92df110b74c221f67" + "version": "0.7.1p74", + "source": { + "type": "git", + "url": "https://git.univ-reunion.fr/sda-php/nulib-spout.git", + "reference": "9b1e49ac39c65d849114aeccf559e08b715bd600" }, "require": { "ext-dom": "*", @@ -1121,7 +1117,7 @@ "ext-libxml": "*", "ext-xmlreader": "*", "ext-zip": "*", - "nulib/base": "^7.4-dev", + "nulib/base": "^0.7.0p74", "php": "^7.4" }, "replace": { @@ -1159,9 +1155,7 @@ } ], "description": "wrapper pour openspout/openspout", - "transport-options": { - "relative": true - } + "time": "2025-10-22T14:41:02+00:00" }, { "name": "nulib/tests", @@ -1321,16 +1315,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v6.11.1", + "version": "v6.12.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "d9e3b36b47f04b497a0164c5a20f92acb4593284" + "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d9e3b36b47f04b497a0164c5a20f92acb4593284", - "reference": "d9e3b36b47f04b497a0164c5a20f92acb4593284", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d1ac35d784bf9f5e61b424901d5a014967f15b12", + "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12", "shasum": "" }, "require": { @@ -1351,7 +1345,6 @@ }, "suggest": { "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication", - "ext-imap": "Needed to support advanced email address parsing according to RFC822", "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", "ext-openssl": "Needed for secure SMTP sending and DKIM signing", "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", @@ -1391,7 +1384,7 @@ "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.11.1" + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.12.0" }, "funding": [ { @@ -1399,7 +1392,7 @@ "type": "github" } ], - "time": "2025-09-30T11:54:53+00:00" + "time": "2025-10-15T16:49:08+00:00" }, { "name": "phpoffice/phpspreadsheet", @@ -4278,11 +4271,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "nulib/base": 20, - "nulib/spout": 20, - "nulib/phpss": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {