Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New tag 2.1.5 #351

Closed
wants to merge 3 commits into from
Closed

New tag 2.1.5 #351

wants to merge 3 commits into from

Conversation

lav45
Copy link
Contributor

@lav45 lav45 commented Jun 15, 2024

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues yiisoft/yii2#20202

Remove deprecated code

@lav45 lav45 closed this Jun 15, 2024
@lav45 lav45 deleted the 2.1.5 branch June 15, 2024 19:28
@lav45 lav45 restored the 2.1.5 branch June 15, 2024 19:48
@lav45
Copy link
Contributor Author

lav45 commented Jun 15, 2024

I don't understand why build crashed

When I run composer update on a local machine

~$ docker run -it --rm -u "$(id -u):$(id -g)" -w /var/www -v "$(pwd):/var/www" --entrypoint composer yiisoftware/yii2-php:7.4-fpm update --prefer-dist --no-interaction --no-progress --optimize-autoloader
Loading composer repositories with package information
Cannot create cache directory /.composer/cache/repo/https---asset-packagist.org/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only.
Cannot create cache directory /.composer/cache/repo/https---repo.packagist.org/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only.
Updating dependencies
Lock file operations: 39 installs, 0 updates, 0 removals
  - Locking bower-asset/inputmask (5.0.8)
  - Locking bower-asset/jquery (3.7.1)
  - Locking bower-asset/punycode (v2.3.1)
  - Locking bower-asset/yii2-pjax (2.0.8)
  - Locking cebe/markdown (1.2.1)
  - Locking doctrine/deprecations (1.1.3)
  - Locking doctrine/instantiator (1.5.0)
  - Locking ezyang/htmlpurifier (v4.17.0)
  - Locking myclabs/deep-copy (1.12.0)
  - Locking paragonie/random_compat (v9.99.100)
  - Locking phar-io/manifest (1.0.1)
  - Locking phar-io/version (1.0.1)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.4.1)
  - Locking phpdocumentor/type-resolver (1.8.2)
  - Locking phpspec/prophecy (v1.10.3)
  - Locking phpstan/phpdoc-parser (1.29.1)
  - Locking phpunit/php-code-coverage (5.3.2)
  - Locking phpunit/php-file-iterator (1.4.5)
  - Locking phpunit/php-text-template (1.2.1)
  - Locking phpunit/php-timer (1.0.9)
  - Locking phpunit/php-token-stream (2.0.2)
  - Locking phpunit/phpunit (6.5.14)
  - Locking phpunit/phpunit-mock-objects (5.0.10)
  - Locking sebastian/code-unit-reverse-lookup (1.0.3)
  - Locking sebastian/comparator (2.1.3)
  - Locking sebastian/diff (2.0.1)
  - Locking sebastian/environment (3.1.0)
  - Locking sebastian/exporter (3.1.6)
  - Locking sebastian/global-state (2.0.0)
  - Locking sebastian/object-enumerator (3.0.5)
  - Locking sebastian/object-reflector (1.1.3)
  - Locking sebastian/recursion-context (3.0.2)
  - Locking sebastian/resource-operations (1.0.0)
  - Locking sebastian/version (2.0.1)
  - Locking theseer/tokenizer (1.2.3)
  - Locking webmozart/assert (1.11.0)
  - Locking yiisoft/yii2 (2.0.50)
  - Locking yiisoft/yii2-composer (2.0.10)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 39 installs, 0 updates, 0 removals
Cannot create cache directory /.composer/cache/files/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only.
  - Downloading yiisoft/yii2-composer (2.0.10)
  - Downloading webmozart/assert (1.11.0)
  - Downloading phpstan/phpdoc-parser (1.29.1)
  - Downloading phpdocumentor/reflection-common (2.2.0)
  - Downloading doctrine/deprecations (1.1.3)
  - Downloading phpdocumentor/type-resolver (1.8.2)
  - Downloading phpdocumentor/reflection-docblock (5.4.1)
  - Downloading phpunit/php-token-stream (2.0.2)
  - Downloading sebastian/version (2.0.1)
  - Downloading sebastian/resource-operations (1.0.0)
  - Downloading sebastian/recursion-context (3.0.2)
  - Downloading sebastian/object-reflector (1.1.3)
  - Downloading sebastian/object-enumerator (3.0.5)
  - Downloading sebastian/global-state (2.0.0)
  - Downloading sebastian/exporter (3.1.6)
  - Downloading sebastian/environment (3.1.0)
  - Downloading sebastian/diff (2.0.1)
  - Downloading sebastian/comparator (2.1.3)
  - Downloading phpunit/php-text-template (1.2.1)
  - Downloading doctrine/instantiator (1.5.0)
  - Downloading phpunit/phpunit-mock-objects (5.0.10)
  - Downloading phpunit/php-timer (1.0.9)
  - Downloading phpunit/php-file-iterator (1.4.5)
  - Downloading theseer/tokenizer (1.2.3)
  - Downloading sebastian/code-unit-reverse-lookup (1.0.3)
  - Downloading phpunit/php-code-coverage (5.3.2)
  - Downloading phpspec/prophecy (v1.10.3)
  - Downloading phar-io/version (1.0.1)
  - Downloading phar-io/manifest (1.0.1)
  - Downloading myclabs/deep-copy (1.12.0)
  - Downloading phpunit/phpunit (6.5.14)
  - Downloading paragonie/random_compat (v9.99.100)
  - Downloading ezyang/htmlpurifier (v4.17.0)
  - Downloading cebe/markdown (1.2.1)
  - Downloading bower-asset/jquery (3.7.1)
  - Downloading bower-asset/yii2-pjax (2.0.8)
  - Downloading bower-asset/punycode (v2.3.1)
  - Downloading bower-asset/inputmask (5.0.8)
  - Downloading yiisoft/yii2 (2.0.50)
  - Installing yiisoft/yii2-composer (2.0.10): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (1.29.1): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.3): Extracting archive
  - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.4.1): Extracting archive
  - Installing phpunit/php-token-stream (2.0.2): Extracting archive
  - Installing sebastian/version (2.0.1): Extracting archive
  - Installing sebastian/resource-operations (1.0.0): Extracting archive
  - Installing sebastian/recursion-context (3.0.2): Extracting archive
  - Installing sebastian/object-reflector (1.1.3): Extracting archive
  - Installing sebastian/object-enumerator (3.0.5): Extracting archive
  - Installing sebastian/global-state (2.0.0): Extracting archive
  - Installing sebastian/exporter (3.1.6): Extracting archive
  - Installing sebastian/environment (3.1.0): Extracting archive
  - Installing sebastian/diff (2.0.1): Extracting archive
  - Installing sebastian/comparator (2.1.3): Extracting archive
  - Installing phpunit/php-text-template (1.2.1): Extracting archive
  - Installing doctrine/instantiator (1.5.0): Extracting archive
  - Installing phpunit/phpunit-mock-objects (5.0.10): Extracting archive
  - Installing phpunit/php-timer (1.0.9): Extracting archive
  - Installing phpunit/php-file-iterator (1.4.5): Extracting archive
  - Installing theseer/tokenizer (1.2.3): Extracting archive
  - Installing sebastian/code-unit-reverse-lookup (1.0.3): Extracting archive
  - Installing phpunit/php-code-coverage (5.3.2): Extracting archive
  - Installing phpspec/prophecy (v1.10.3): Extracting archive
  - Installing phar-io/version (1.0.1): Extracting archive
  - Installing phar-io/manifest (1.0.1): Extracting archive
  - Installing myclabs/deep-copy (1.12.0): Extracting archive
  - Installing phpunit/phpunit (6.5.14): Extracting archive
  - Installing paragonie/random_compat (v9.99.100): Extracting archive
  - Installing ezyang/htmlpurifier (v4.17.0): Extracting archive
  - Installing cebe/markdown (1.2.1): Extracting archive
  - Installing bower-asset/jquery (3.7.1): Extracting archive
  - Installing bower-asset/yii2-pjax (2.0.8): Extracting archive
  - Installing bower-asset/punycode (v2.3.1): Extracting archive
  - Installing bower-asset/inputmask (5.0.8): Extracting archive
  - Installing yiisoft/yii2 (2.0.50): Extracting archive
8 package suggestions were added by new dependencies, use `composer suggest` to see details.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
10 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found

@lav45 lav45 deleted the 2.1.5 branch June 16, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant