From f101f89ee05c0d9c59a8a92ed6404eb50b7ce8e6 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Sun, 20 Oct 2024 09:49:57 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- .runphp.conf | 8 ++++++++ composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .runphp.conf diff --git a/.runphp.conf b/.runphp.conf new file mode 100644 index 0000000..89af070 --- /dev/null +++ b/.runphp.conf @@ -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 diff --git a/composer.json b/composer.json index 8402fbf..eeaef91 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "symfony/yaml": "^5.0", - "php": ">=7.4" + "php": "^7.4" }, "require-dev": { "nulib/tests": "7.4", diff --git a/composer.lock b/composer.lock index e6330df..5064685 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "*",