maj projet

This commit is contained in:
Jephté Clain 2025-03-02 19:20:45 +04:00
parent 9438aaf396
commit 2812046b4b
2 changed files with 13 additions and 2 deletions

View File

@ -9,4 +9,15 @@ TAG_PREFIX=
TAG_SUFFIX=p74
HOTFIX=hotf74-
DIST=
NOAUTO=1
NOAUTO=
AFTER_CREATE_RELEASE='
pman --composer-select-profile dist
composer u
git commit -am "<pman>deps de dist"
'
AFTER_MERGE_RELEASE='
pman --composer-select-profile dev
composer u
git commit -am "<pman>deps de dev"
'

View File

@ -10,7 +10,7 @@ composer:
nulib/phpss: ^7.4-dev
dist:
link: false
require:
require-dev:
nulib/php: ^0.3.0p74
nulib/spout: ^0.3.0p74
nulib/phpss: ^0.3.0p74