diff --git a/composer.json b/composer.json index 1e3006f204a418726505c3af06f2d51613e192e9..3e5dfb66110c4d285c17df88579ea7e8597397bf 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,13 @@ { "license": "GPL-3.0-only", "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "ext-json": "*", "ext-sodium": "*", "ext-xml": "*", "ext-zip": "*", - "algo26-matthias/idna-convert": "^3.0", + "algo26-matthias/idna-convert": "^3.1", "symfony/polyfill-mbstring": "^1.27", - "symfony/polyfill-php80": "^1.27", "symfony/polyfill-php81": "^1.27", "symfony/polyfill-php82": "^1.27" }, @@ -56,7 +55,7 @@ "dealerdirect/phpcodesniffer-composer-installer": true }, "platform": { - "php": "7.4.33" + "php": "8.0.28" } }, "extra": { diff --git a/composer.lock b/composer.lock index df277131bda7d611fd5142b3b155113279c74f19..57335c94d239f2104bd12f940418901d6ac4812f 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": "d8d45f125b5c899890be601ba366294d", + "content-hash": "6ad8da883733475f729c3c34fb4a6826", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -182,89 +182,6 @@ ], "time": "2022-11-03T14:55:06+00:00" }, - { - "name": "symfony/polyfill-php80", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, { "name": "symfony/polyfill-php81", "version": "v1.27.0", @@ -567,16 +484,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.3", + "version": "1.10.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "5419375b5891add97dc74be71e6c1c34baaddf64" + "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5419375b5891add97dc74be71e6c1c34baaddf64", - "reference": "5419375b5891add97dc74be71e6c1c34baaddf64", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d089a3e0904b0fe7e2cf2d4fd37d427d64235a", + "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a", "shasum": "" }, "require": { @@ -606,7 +523,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.10.3" + "source": "https://github.com/phpstan/phpstan/tree/1.10.6" }, "funding": [ { @@ -622,7 +539,7 @@ "type": "tidelift" } ], - "time": "2023-02-25T14:47:13+00:00" + "time": "2023-03-09T16:55:12+00:00" }, { "name": "spip/coding-standards", @@ -746,7 +663,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "ext-json": "*", "ext-sodium": "*", "ext-xml": "*", @@ -754,7 +671,7 @@ }, "platform-dev": [], "platform-overrides": { - "php": "7.4.33" + "php": "8.0.28" }, "plugin-api-version": "2.3.0" } diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php index 94e9ae3193cfc2e206d62d16447a674088b2502d..da6e45a70e3d4d882e7eba4b4d16b553825cf902 100644 --- a/ecrire/inc_version.php +++ b/ecrire/inc_version.php @@ -34,7 +34,7 @@ define('_ECRIRE_INC_VERSION', '1'); error_reporting(E_ALL ^ E_NOTICE); /** version PHP minimum exigee (cf. inc/utils) */ -define('_PHP_MIN', '7.4.0'); +define('_PHP_MIN', '8.0.0'); define('_PHP_MAX', '8.2.99'); if (!defined('_DIR_RESTREINT_ABS')) {