modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-10-20 09:49:57 +04:00
parent 2125d202e2
commit f101f89ee0
3 changed files with 11 additions and 3 deletions

8
.runphp.conf Normal file
View File

@ -0,0 +1,8 @@
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
# Chemin vers runphp, e.g sbin/runphp
RUNPHP=
# Si RUNPHP n'est pas défini, les variables suivantes peuvent être définies
DIST=d11
#REGISTRY=pubdocker.univ-reunion.fr

View File

@ -10,7 +10,7 @@
],
"require": {
"symfony/yaml": "^5.0",
"php": ">=7.4"
"php": "^7.4"
},
"require-dev": {
"nulib/tests": "7.4",

4
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": "9113cac92ea3007e36b977f28ad591c4",
"content-hash": "840bbff2fe88e20758118f9181f50474",
"packages": [
{
"name": "symfony/deprecation-contracts",
@ -2789,7 +2789,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.4"
"php": "^7.4"
},
"platform-dev": {
"ext-posix": "*",