migration de nulib/php à nulib/base

This commit is contained in:
Jephté Clain 2025-05-30 23:17:27 +04:00
parent 3e41a5d8a3
commit 824c1ecb2b
4 changed files with 37 additions and 25 deletions

View File

@ -5,8 +5,8 @@ composer:
dev:
link: true
require:
nulib/php: ^7.4-dev
nulib/base: ^7.4-dev
dist:
link: false
require:
nulib/php: ^0.5.0p74
nulib/base: ^0.5.0p74

View File

@ -7,7 +7,7 @@ Exemple: release de la version 0.6.0
Avant de faire une release majeure sur nulib/phpss, faire d'abord la release
majeure correspondante sur
* nulib/php
* nulib/base
~~~sh
version=0.6.0

View File

@ -5,7 +5,7 @@
"repositories": [
{
"type": "path",
"url": "../nulib"
"url": "../nulib-base"
},
{
"type": "composer",
@ -19,7 +19,7 @@
}
},
"require": {
"nulib/php": "^7.4-dev",
"nulib/base": "^7.4-dev",
"phpoffice/phpspreadsheet": "^1.0",
"php": "^7.4"
},

52
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": "d4342f68b5a710c89ae6ee1159f698c9",
"content-hash": "6dc1632c00c3a9480171d34a2976d8f5",
"packages": [
{
"name": "composer/pcre",
@ -395,18 +395,21 @@
"time": "2025-01-14T11:49:03+00:00"
},
{
"name": "nulib/php",
"name": "nulib/base",
"version": "dev-dev74",
"dist": {
"type": "path",
"url": "../nulib",
"reference": "1671354fd8eed5044d3f7593f3db9185f4c16bc6"
"url": "../nulib-base",
"reference": "a319baec05c4022edc07f738a9f4cbad3e486b82"
},
"require": {
"ext-json": "*",
"php": "^7.4",
"symfony/yaml": "^5.0"
},
"replace": {
"nulib/php": "<0.6.0"
},
"require-dev": {
"ext-curl": "*",
"ext-pcntl": "*",
@ -830,7 +833,7 @@
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.31.0",
"version": "v1.32.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
@ -889,7 +892,7 @@
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
},
"funding": [
{
@ -909,19 +912,20 @@
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.31.0",
"version": "v1.32.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"php": ">=7.2"
},
"provide": {
@ -969,7 +973,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
},
"funding": [
{
@ -985,7 +989,7 @@
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
"time": "2024-12-23T08:48:59+00:00"
},
{
"name": "symfony/yaml",
@ -1729,16 +1733,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.22",
"version": "9.6.23",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c"
"reference": "43d2cb18d0675c38bd44982a5d1d88f6d53d8d95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
"reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/43d2cb18d0675c38bd44982a5d1d88f6d53d8d95",
"reference": "43d2cb18d0675c38bd44982a5d1d88f6d53d8d95",
"shasum": ""
},
"require": {
@ -1749,7 +1753,7 @@
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.12.1",
"myclabs/deep-copy": "^1.13.1",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=7.3",
@ -1812,7 +1816,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.22"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.23"
},
"funding": [
{
@ -1823,12 +1827,20 @@
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
}
],
"time": "2024-12-05T13:48:26+00:00"
"time": "2025-05-02T06:40:34+00:00"
},
{
"name": "sebastian/cli-parser",
@ -2847,7 +2859,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"nulib/php": 20
"nulib/base": 20
},
"prefer-stable": false,
"prefer-lowest": false,