<pman>Intégration de la branche rel74-0.4.0
This commit is contained in:
commit
1d8a88039f
17
.pman.conf
17
.pman.conf
@ -9,4 +9,19 @@ TAG_PREFIX=
|
|||||||
TAG_SUFFIX=p74
|
TAG_SUFFIX=p74
|
||||||
HOTFIX=hotf74-
|
HOTFIX=hotf74-
|
||||||
DIST=
|
DIST=
|
||||||
NOAUTO=1
|
NOAUTO=
|
||||||
|
|
||||||
|
AFTER_CREATE_RELEASE='
|
||||||
|
set -x
|
||||||
|
pman --composer-select-profile dist
|
||||||
|
composer u || exit 1
|
||||||
|
git commit -am "<pman>deps de dist"
|
||||||
|
true
|
||||||
|
'
|
||||||
|
AFTER_MERGE_RELEASE='
|
||||||
|
set -x
|
||||||
|
pman --composer-select-profile dev
|
||||||
|
composer u || exit 1
|
||||||
|
git commit -am "<pman>deps de dev"
|
||||||
|
true
|
||||||
|
'
|
||||||
|
12
.pman.yml
Normal file
12
.pman.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# -*- coding: utf-8 mode: yaml -*- vim:sw=2:sts=2:et:ai:si:sta:fenc=utf-8
|
||||||
|
|
||||||
|
composer:
|
||||||
|
profiles: [ dev, dist ]
|
||||||
|
dev:
|
||||||
|
link: true
|
||||||
|
require:
|
||||||
|
nulib/php: ^7.4-dev
|
||||||
|
dist:
|
||||||
|
link: false
|
||||||
|
require:
|
||||||
|
nulib/php: ^0.4.0p74
|
@ -1,3 +1,9 @@
|
|||||||
|
## Release 0.4.0p74 du 14/03/2025-15:27
|
||||||
|
|
||||||
|
* maj nulib
|
||||||
|
* `92017f6` tracer le hook
|
||||||
|
* `c19123a` ajout config .pman.yml
|
||||||
|
|
||||||
## Release 0.3.0p74 du 01/03/2025-13:18
|
## Release 0.3.0p74 du 01/03/2025-13:18
|
||||||
|
|
||||||
release initiale
|
release initiale
|
||||||
|
@ -1 +1 @@
|
|||||||
0.3.0
|
0.4.0
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"nulib/php": "^0.3.0p74",
|
"nulib/php": "^0.4.0p74",
|
||||||
"phpoffice/phpspreadsheet": "^1.0",
|
"phpoffice/phpspreadsheet": "^1.0",
|
||||||
"php": "^7.4"
|
"php": "^7.4"
|
||||||
},
|
},
|
||||||
|
20
composer.lock
generated
20
composer.lock
generated
@ -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": "4bcf3eac04a923082745ca17b3c0e147",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/pcre",
|
"name": "composer/pcre",
|
||||||
@ -396,11 +396,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nulib/php",
|
"name": "nulib/php",
|
||||||
"version": "dev-dev74",
|
"version": "0.4.0p74",
|
||||||
"dist": {
|
"source": {
|
||||||
"type": "path",
|
"type": "git",
|
||||||
"url": "../nulib",
|
"url": "https://git.univ-reunion.fr/sda-php/nulib.git",
|
||||||
"reference": "939f7726ab139071e8a3ef5c83fc147fba859d9d"
|
"reference": "559feda663fc99f8baee2ba32f164b19bdd01927"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
@ -438,9 +438,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "fonctions et classes essentielles",
|
"description": "fonctions et classes essentielles",
|
||||||
"transport-options": {
|
"time": "2025-03-14T11:23:41+00:00"
|
||||||
"relative": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpoffice/phpspreadsheet",
|
"name": "phpoffice/phpspreadsheet",
|
||||||
@ -2844,9 +2842,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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user