diff --git a/test/acceptance/workspaces/composer-app/composer.json b/test/acceptance/workspaces/composer-app/composer.json index 614971538b..5d2a4f9e0f 100644 --- a/test/acceptance/workspaces/composer-app/composer.json +++ b/test/acceptance/workspaces/composer-app/composer.json @@ -4,7 +4,7 @@ "require" : { "php" : ">=5.3.2", "symfony/symfony": "2.3.1", - "yiisoft/yii": "1.1.14", + "yiisoft/yii": "1.1.29", "zendframework/zendframework": "2.1.0", "aws/aws-sdk-php": "3.0.0", "doctrine/common": "2.5.0" diff --git a/test/acceptance/workspaces/composer-app/composer.lock b/test/acceptance/workspaces/composer-app/composer.lock index bf4bf29817..b398b03aae 100644 --- a/test/acceptance/workspaces/composer-app/composer.lock +++ b/test/acceptance/workspaces/composer-app/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3a3771e545494c4c098e639bd68602ba", + "content-hash": "32b1a21a645ef9e2eab5fac84e59014f", "packages": [ { "name": "aws/aws-sdk-php", @@ -1037,25 +1037,62 @@ }, { "name": "yiisoft/yii", - "version": "1.1.14", + "version": "1.1.29", "source": { "type": "git", "url": "https://github.com/yiisoft/yii.git", - "reference": "f0fee98ee84f70f1f3652f65562c9670e919cb4e" + "reference": "f89b76ecca1d342e346ebb9bfc1e2c589f696345" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii/zipball/f0fee98ee84f70f1f3652f65562c9670e919cb4e", - "reference": "f0fee98ee84f70f1f3652f65562c9670e919cb4e", + "url": "https://api.github.com/repos/yiisoft/yii/zipball/f89b76ecca1d342e346ebb9bfc1e2c589f696345", + "reference": "f89b76ecca1d342e346ebb9bfc1e2c589f696345", "shasum": "" }, "require": { "php": ">=5.1.0" }, + "require-dev": { + "cweagans/composer-patches": "^1.7", + "pear/archive_tar": "~1.4.6", + "phing/phing": "2.*", + "phpseclib/mcrypt_compat": "^1.0", + "phpunit/phpunit": "4.8.34", + "phpunit/phpunit-selenium": "~1.4.0" + }, + "suggest": { + "ext-mcrypt": "Required by encrypt and decrypt methods of CSecurityManager", + "phpseclib/mcrypt_compat": "To provide mcrypt polyfill when extension is unavailable" + }, "bin": [ "framework/yiic" ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + }, + "composer-exit-on-patch-failure": true, + "patches": { + "phpunit/phpunit-mock-objects": { + "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch" + }, + "phpunit/php-file-iterator": { + "Fix PHP 8.1 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_path_file_iterator.patch" + }, + "phpunit/phpunit": { + "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch", + "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch", + "Fix PHP 8.1 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php81.patch" + } + } + }, + "autoload": { + "classmap": [ + "framework/YiiBase.php", + "framework/yii.php" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" @@ -1064,13 +1101,13 @@ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com", - "homepage": "http://www.yiiframework.com/", + "homepage": "https://www.yiiframework.com/", "role": "Founder and project lead" }, { "name": "Alexander Makarov", "email": "sam@rmcreative.ru", - "homepage": "http://rmcreative.ru/", + "homepage": "https://rmcreative.ru/", "role": "Core framework development" }, { @@ -1081,7 +1118,18 @@ { "name": "Carsten Brandt", "email": "mail@cebe.cc", - "homepage": "http://cebe.cc/", + "homepage": "https://cebe.cc/", + "role": "Core framework development" + }, + { + "name": "Timur Ruziev", + "email": "resurtm@gmail.com", + "homepage": "http://resurtm.com/", + "role": "Core framework development" + }, + { + "name": "Paul Klimov", + "email": "klimov.paul@gmail.com", "role": "Core framework development" }, { @@ -1098,26 +1146,36 @@ "name": "Jeffrey Winesett", "email": "jefftulsa@gmail.com", "role": "Documentation and marketing" - }, - { - "name": "Timur Ruziev", - "email": "resurtm@gmail.com", - "homepage": "http://resurtm.com/", - "role": "Core framework development" - }, - { - "name": "Paul Klimov", - "email": "klimov.paul@gmail.com", - "role": "Core framework development" } ], "description": "Yii Web Programming Framework", - "homepage": "http://www.yiiframework.com/", + "homepage": "https://www.yiiframework.com/", "keywords": [ "framework", "yii" ], - "time": "2013-08-12T00:12:08+00:00" + "support": { + "forum": "https://www.yiiframework.com/forum/", + "irc": "ircs://irc.libera.chat:6697/yii", + "issues": "https://github.com/yiisoft/yii/issues?state=open", + "source": "https://github.com/yiisoft/yii", + "wiki": "https://www.yiiframework.com/wiki/" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii", + "type": "tidelift" + } + ], + "time": "2023-11-14T09:26:00+00:00" }, { "name": "zendframework/zendframework", @@ -2755,5 +2813,6 @@ "platform": { "php": ">=5.3.2" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }