From e59b1ae4f043e4583770ca46a0b73fbdf794fe2a Mon Sep 17 00:00:00 2001 From: Matronator <5470780+matronator@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:04:55 +0200 Subject: [PATCH] update to PHP 8.1 --- composer.json | 6 +-- composer.lock | 109 ++++++++++---------------------------------------- 2 files changed, 24 insertions(+), 91 deletions(-) diff --git a/composer.json b/composer.json index 3d7a88d..cfc928a 100644 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ } ], "require": { - "php": ">=7.4", + "php": ">=8.1", "nette/neon": "^3.3", - "symfony/yaml": "^5.4", + "symfony/yaml": "^6.1", "opis/json-schema": "^2.3" }, "config": { "platform": { - "php": "7.4" + "php": "8.1" } }, "scripts": { diff --git a/composer.lock b/composer.lock index 37055c7..b1c3e9a 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": "65ca8872e670cb2fe1a4502b00c80a33", + "content-hash": "6a11696ff79cbc7f680dae58de84c4a8", "packages": [ { "name": "nette/neon", @@ -267,73 +267,6 @@ }, "time": "2021-05-22T15:57:08+00:00" }, - { - "name": "symfony/deprecation-contracts", - "version": "2.5.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "files": [ - "function.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/2.5" - }, - "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-01-02T09:53:40+00:00" - }, { "name": "symfony/polyfill-ctype", "version": "dev-main", @@ -419,28 +352,27 @@ }, { "name": "symfony/yaml", - "version": "5.4.x-dev", + "version": "6.2.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c" + "reference": "b5fbe4feba6891de7ec1393b0282b13401a74049" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c", - "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c", + "url": "https://api.github.com/repos/symfony/yaml/zipball/b5fbe4feba6891de7ec1393b0282b13401a74049", + "reference": "b5fbe4feba6891de7ec1393b0282b13401a74049", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.1", "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<5.3" + "symfony/console": "<5.4" }, "require-dev": { - "symfony/console": "^5.3|^6.0" + "symfony/console": "^5.4|^6.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" @@ -474,7 +406,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/5.4" + "source": "https://github.com/symfony/yaml/tree/6.2" }, "funding": [ { @@ -490,38 +422,39 @@ "type": "tidelift" } ], - "time": "2022-08-02T15:52:22+00:00" + "time": "2022-10-09T08:55:43+00:00" } ], "packages-dev": [ { "name": "nette/tester", - "version": "v2.4.3", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nette/tester.git", - "reference": "451f6e97b117797e817446de8d19fe06e54fd33f" + "reference": "fdb8934bae99f9aa11e745b47192147c55e66b78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/tester/zipball/451f6e97b117797e817446de8d19fe06e54fd33f", - "reference": "451f6e97b117797e817446de8d19fe06e54fd33f", + "url": "https://api.github.com/repos/nette/tester/zipball/fdb8934bae99f9aa11e745b47192147c55e66b78", + "reference": "fdb8934bae99f9aa11e745b47192147c55e66b78", "shasum": "" }, "require": { - "php": ">=7.2 <8.3" + "php": ">=8.0 <8.3" }, "require-dev": { "ext-simplexml": "*", "phpstan/phpstan": "^1.0" }, + "default-branch": true, "bin": [ "src/tester" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.5-dev" } }, "autoload": { @@ -565,9 +498,9 @@ ], "support": { "issues": "https://github.com/nette/tester/issues", - "source": "https://github.com/nette/tester/tree/v2.4.3" + "source": "https://github.com/nette/tester/tree/master" }, - "time": "2022-08-29T16:39:38+00:00" + "time": "2022-10-04T12:17:26+00:00" } ], "aliases": [], @@ -576,11 +509,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.4" + "php": ">=8.1" }, "platform-dev": [], "platform-overrides": { - "php": "7.4" + "php": "8.1" }, "plugin-api-version": "2.3.0" }