From 89f10e53d6382600a7243e035f6c1b948009281a Mon Sep 17 00:00:00 2001 From: Rafik Abdulwahab Date: Mon, 14 Oct 2024 15:56:18 +0200 Subject: [PATCH] symfony process 6.0 --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 899c023..9cad4bf 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "ostark/yii2-artisan-bridge", - "description": "Brings the ease of Artisan commands and the power of Symfony console to Yii2.", + "name": "fortrabbit/yii2-artisan-bridge", + "description": "Forked from ostark/yii2-artisan-bridge. Brings the ease of Artisan commands and the power of Symfony console to Yii2.", "type": "library", "keywords": [ "craftcms", @@ -13,20 +13,20 @@ "license": "MIT", "authors": [ { - "name": "Oliver Stark", + "name": "fortrabbit", "homepage": "https://www.fortrabbit.com" } ], "support": { - "email": "os@fortrabbit.com", - "issues": "https://github.com/ostark/yii2-artisan-bridge/issues", - "source": "https://github.com/ostark/yii2-artisan-bridge", - "docs": "https://github.com/ostark/yii2-artisan-bridge" + "email": "info@fortrabbit.com", + "issues": "https://github.com/fortrabbit/yii2-artisan-bridge/issues", + "source": "https://github.com/fortrabbit/yii2-artisan-bridge", + "docs": "https://github.com/fortrabbit/yii2-artisan-bridge" }, "require": { "yiisoft/yii2": "^2.0", "symfony/console": "^6.0", - "symfony/process": "^3.0 || ^4.0 || ^5.0" + "symfony/process": "^3.0 || ^4.0 || ^5.0 || ^6.0" }, "autoload": { "psr-4": {