<pman>deps de dist

This commit is contained in:
Jephté Clain 2025-10-22 19:07:13 +04:00
parent d9db165865
commit 98f205499d
2 changed files with 46 additions and 69 deletions

View File

@ -3,18 +3,6 @@
"type": "library", "type": "library",
"description": "espace de maturation pour les librairies", "description": "espace de maturation pour les librairies",
"repositories": [ "repositories": [
{
"type": "path",
"url": "../nulib-base"
},
{
"type": "path",
"url": "../nulib-spout"
},
{
"type": "path",
"url": "../nulib-phpss"
},
{ {
"type": "composer", "type": "composer",
"url": "https://repos.univ-reunion.fr/composer" "url": "https://repos.univ-reunion.fr/composer"
@ -30,9 +18,9 @@
"php": "^7.4" "php": "^7.4"
}, },
"require-dev": { "require-dev": {
"nulib/base": "^7.4-dev", "nulib/base": "^0.7.0p74",
"nulib/spout": "^7.4-dev", "nulib/spout": "^0.7.0p74",
"nulib/phpss": "^7.4-dev", "nulib/phpss": "^0.7.0p74",
"nulib/tests": "^7.4", "nulib/tests": "^7.4",
"ext-posix": "*", "ext-posix": "*",
"ext-pcntl": "*", "ext-pcntl": "*",

97
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": "2dc79f259fa01ba2a990fbcb8fcec728", "content-hash": "11d764f82f5881d832cc100b24c5ce82",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -233,20 +233,20 @@
}, },
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",
"version": "v4.18.0", "version": "v4.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git", "url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "cb56001e54359df7ae76dc522d08845dc741621b" "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/b287d2a16aceffbf6e0295559b39662612b77fcf",
"reference": "cb56001e54359df7ae76dc522d08845dc741621b", "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf",
"shasum": "" "shasum": ""
}, },
"require": { "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": { "require-dev": {
"cerdic/css-tidy": "^1.7 || ^2.0", "cerdic/css-tidy": "^1.7 || ^2.0",
@ -288,9 +288,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues", "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", "name": "league/commonmark",
@ -939,16 +939,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v5.6.1", "version": "v5.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2" "reference": "3a454ca033b9e06b63282ce19562e892747449bb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb",
"reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", "reference": "3a454ca033b9e06b63282ce19562e892747449bb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -991,25 +991,25 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "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", "name": "nulib/base",
"version": "dev-dev74", "version": "0.7.0p74",
"dist": { "source": {
"type": "path", "type": "git",
"url": "../nulib-base", "url": "https://git.univ-reunion.fr/sda-php/nulib-base.git",
"reference": "c62de542c35b8c394a56ebab221734409e0c9759" "reference": "64ab6c70e4f089c43714ec3d38dab7161aeb2b0d"
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"league/commonmark": "^2.4", "league/commonmark": "^2.7",
"php": "^7.4", "php": "^7.4",
"phpmailer/phpmailer": "^6.8", "phpmailer/phpmailer": "^6.8",
"symfony/expression-language": "^5.4", "symfony/expression-language": "^5.4",
"symfony/yaml": "^5.0" "symfony/yaml": "^5.4"
}, },
"replace": { "replace": {
"nulib/php": "*" "nulib/php": "*"
@ -1059,20 +1059,18 @@
} }
], ],
"description": "fonctions et classes essentielles", "description": "fonctions et classes essentielles",
"transport-options": { "time": "2025-10-22T14:34:02+00:00"
"relative": true
}
}, },
{ {
"name": "nulib/phpss", "name": "nulib/phpss",
"version": "dev-dev74", "version": "0.7.1p74",
"dist": { "source": {
"type": "path", "type": "git",
"url": "../nulib-phpss", "url": "https://git.univ-reunion.fr/sda-php/nulib-phpss.git",
"reference": "45ad56b20155e3ad07b97f85bb959bff82218228" "reference": "cb456f24ddc1cdcf3cab7c02da6f707b57c8dd2f"
}, },
"require": { "require": {
"nulib/base": "^7.4-dev", "nulib/base": "^0.7.0p74",
"php": "^7.4", "php": "^7.4",
"phpoffice/phpspreadsheet": "^1.0" "phpoffice/phpspreadsheet": "^1.0"
}, },
@ -1103,17 +1101,15 @@
} }
], ],
"description": "wrapper pour phpoffice/phpspreadsheet", "description": "wrapper pour phpoffice/phpspreadsheet",
"transport-options": { "time": "2025-10-22T14:53:59+00:00"
"relative": true
}
}, },
{ {
"name": "nulib/spout", "name": "nulib/spout",
"version": "dev-dev74", "version": "0.7.1p74",
"dist": { "source": {
"type": "path", "type": "git",
"url": "../nulib-spout", "url": "https://git.univ-reunion.fr/sda-php/nulib-spout.git",
"reference": "239c8aff8a5defa0e605f3d92df110b74c221f67" "reference": "9b1e49ac39c65d849114aeccf559e08b715bd600"
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
@ -1121,7 +1117,7 @@
"ext-libxml": "*", "ext-libxml": "*",
"ext-xmlreader": "*", "ext-xmlreader": "*",
"ext-zip": "*", "ext-zip": "*",
"nulib/base": "^7.4-dev", "nulib/base": "^0.7.0p74",
"php": "^7.4" "php": "^7.4"
}, },
"replace": { "replace": {
@ -1159,9 +1155,7 @@
} }
], ],
"description": "wrapper pour openspout/openspout", "description": "wrapper pour openspout/openspout",
"transport-options": { "time": "2025-10-22T14:41:02+00:00"
"relative": true
}
}, },
{ {
"name": "nulib/tests", "name": "nulib/tests",
@ -1321,16 +1315,16 @@
}, },
{ {
"name": "phpmailer/phpmailer", "name": "phpmailer/phpmailer",
"version": "v6.11.1", "version": "v6.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git", "url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "d9e3b36b47f04b497a0164c5a20f92acb4593284" "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d9e3b36b47f04b497a0164c5a20f92acb4593284", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d1ac35d784bf9f5e61b424901d5a014967f15b12",
"reference": "d9e3b36b47f04b497a0164c5a20f92acb4593284", "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1351,7 +1345,6 @@
}, },
"suggest": { "suggest": {
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication", "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-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"ext-openssl": "Needed for secure SMTP sending and DKIM signing", "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", "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", "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": { "support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues", "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": [ "funding": [
{ {
@ -1399,7 +1392,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-09-30T11:54:53+00:00" "time": "2025-10-15T16:49:08+00:00"
}, },
{ {
"name": "phpoffice/phpspreadsheet", "name": "phpoffice/phpspreadsheet",
@ -4278,11 +4271,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"nulib/base": 20,
"nulib/spout": 20,
"nulib/phpss": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {