From 6e1c2c057a31080b7bd904826928bdcd78d5abe9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 4 Jul 2022 11:38:22 +0300 Subject: [PATCH] feat(packages): update all packages to php 8.1 --- composer.json | 53 ++++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/composer.json b/composer.json index 43853bef..907fb7e5 100755 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ { "name": "Sergey Romanenko", "email": "awilum@msn.com", - "homepage": "https://awilum.github.io/flextype" + "homepage": "https://awilum.github.io" } ], "support": { @@ -17,7 +17,7 @@ "issues": "https://github.com/flextype/flextype/issues" }, "require": { - "php": "^7.4 || ^8.0", + "php": "^8.1", "ext-dom": "*", "ext-fileinfo": "*", "ext-json": "*", @@ -27,35 +27,36 @@ "colinodell/json5": "^2.2.2", "composer/semver": "^3.3.2", "filp/whoops": "^2.14.5", - "glowy/arrays": "^4.2.0", - "glowy/csrf": "^2.0.1", - "glowy/filesystem": "^3.2.0", - "glowy/macroable": "^3.1.0", - "glowy/registry": "^4.0.0", - "glowy/session": "^3.0.0", - "glowy/strings": "^4.4.0", - "glowy/view": "^1.0.0", + "glowy/arrays": "^5.0.0", + "glowy/csrf": "^3.0.0", + "glowy/filesystem": "^5.0.0", + "glowy/macroable": "^4.0.0", + "glowy/registry": "^5.0.0", + "glowy/session": "^4.0.0", + "glowy/strings": "^5.0.1", + "glowy/view": "^2.0.0", "intervention/image": "^2.7.2", "intervention/imagecache": "^2.5.2", "league/commonmark": "^2.3.3", "league/event": "^2.2.0", - "monolog/monolog": "^2.7.0", + "monolog/monolog": "^3.1.0", "netcarver/textile": "^3.7", "nette/neon": "^3.3.3", "php-di/php-di": "^6.4.0", "php-di/slim-bridge": "^3.2.0", - "phpfastcache/phpfastcache": "^8.1.3", - "ramsey/uuid": "4.2.3", + "phpfastcache/phpfastcache": "^9.1.2", + "ramsey/uuid": "4.3.1", "respect/validation": "^2.2.3", "siriusphp/upload": "^3.0.1", "slim/psr7": "^1.5", "slim/slim": "^4.10.0", - "symfony/console": "^5.4.10", - "symfony/expression-language": "^5.4.10", - "symfony/finder": "^5.4.8", - "symfony/var-exporter": "^5.4.10", - "symfony/yaml": "^5.4.10", - "thermage/thermage": "^0.19.0", + "symfony/console": "^6.1.2", + "symfony/expression-language": "^6.1.2", + "symfony/finder": "^6.1.0", + "symfony/var-exporter": "^6.1.1", + "symfony/yaml": "^6.1.2", + "symfony/var-dumper": "^6.1.0", + "thermage/thermage": "^0.20.0", "thunderer/shortcode": "^0.7.5" }, "suggest": { @@ -73,13 +74,6 @@ "src/flextype/macros/macros.php" ] }, - "require-dev": { - "doctrine/coding-standard": "9.0.0", - "pestphp/pest": "^1.21.3", - "phpstan/phpstan": "^1.4.4", - "symfony/var-dumper": "^5.4.8", - "victorjonsson/markdowndocs": "dev-master" - }, "config": { "apcu-autoloader": true, "optimize-autoloader": true, @@ -89,5 +83,12 @@ "pestphp/pest-plugin": true, "dealerdirect/phpcodesniffer-composer-installer": true } + }, + "require-dev": { + "ext-iconv": "*", + "doctrine/coding-standard": "9.0.0", + "pestphp/pest": "^1.21.1", + "phpstan/phpstan": "^1.8.0", + "victorjonsson/markdowndocs": "dev-master" } }