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

Bump all locked dependencies #343

Merged
merged 1 commit into from
Dec 29, 2022
Merged

Bump all locked dependencies #343

merged 1 commit into from
Dec 29, 2022

Conversation

derrabus
Copy link
Contributor

@derrabus derrabus commented Dec 28, 2022

This PR bumps all dependencies in composer.lock. The main advantage is that Prophecy is dropped because PHPUnit does not require it anymore. That's a good thing because Prophecy caused Composer to error when running composer install on PHP 8.2.

  • Removing openlss/lib-array2xml (1.0.0)
  • Removing phpspec/prophecy (v1.15.0)
  • Removing webmozart/path-util (2.3.0)
  • Upgrading composer/pcre (3.0.0 => 3.1.0)
  • Locking fidry/cpu-core-counter (0.4.1)
  • Upgrading guzzlehttp/guzzle (7.4.5 => 7.5.0)
  • Upgrading guzzlehttp/promises (1.5.1 => 1.5.2)
  • Upgrading guzzlehttp/psr7 (2.4.0 => 2.4.3)
  • Upgrading netresearch/jsonmapper (v4.0.0 => v4.1.0)
  • Upgrading nikic/php-parser (v4.13.2 => v4.15.2)
  • Upgrading php-coveralls/php-coveralls (v2.5.2 => v2.5.3)
  • Upgrading phpdocumentor/type-resolver (1.6.1 => 1.6.2)
  • Upgrading phpunit/php-code-coverage (9.2.15 => 9.2.23)
  • Upgrading phpunit/phpunit (9.5.20 => 9.5.27)
  • Upgrading sebastian/comparator (4.0.6 => 4.0.8)
  • Upgrading sebastian/exporter (4.0.4 => 4.0.5)
  • Upgrading sebastian/type (3.0.0 => 3.2.0)
  • Locking spatie/array-to-xml (2.17.1)
  • Upgrading symfony/config (v5.4.9 => v5.4.11)
  • Upgrading symfony/console (v5.4.9 => v5.4.16)
  • Upgrading symfony/deprecation-contracts (v2.5.1 => v2.5.2)
  • Upgrading symfony/filesystem (v5.4.9 => v5.4.13)
  • Upgrading symfony/polyfill-ctype (v1.25.0 => v1.27.0)
  • Upgrading symfony/polyfill-intl-grapheme (v1.25.0 => v1.27.0)
  • Upgrading symfony/polyfill-intl-idn (v1.26.0 => v1.27.0)
  • Upgrading symfony/polyfill-intl-normalizer (v1.26.0 => v1.27.0)
  • Upgrading symfony/polyfill-mbstring (v1.26.0 => v1.27.0)
  • Upgrading symfony/polyfill-php72 (v1.26.0 => v1.27.0)
  • Upgrading symfony/polyfill-php73 (v1.25.0 => v1.27.0)
  • Upgrading symfony/polyfill-php80 (v1.25.0 => v1.27.0)
  • Upgrading symfony/polyfill-php81 (v1.25.0 => v1.27.0)
  • Upgrading symfony/service-contracts (v2.5.1 => v2.5.2)
  • Upgrading symfony/stopwatch (v5.4.5 => v5.4.13)
  • Upgrading symfony/string (v5.4.9 => v5.4.15)
  • Upgrading symfony/yaml (v5.4.3 => v5.4.16)
  • Upgrading vimeo/psalm (4.23.0 => 5.4.0)
  • Upgrading webmozart/assert (1.10.0 => 1.11.0)

  - Removing openlss/lib-array2xml (1.0.0)
  - Removing phpspec/prophecy (v1.15.0)
  - Removing webmozart/path-util (2.3.0)
  - Upgrading composer/pcre (3.0.0 => 3.1.0)
  - Locking fidry/cpu-core-counter (0.4.1)
  - Upgrading guzzlehttp/guzzle (7.4.5 => 7.5.0)
  - Upgrading guzzlehttp/promises (1.5.1 => 1.5.2)
  - Upgrading guzzlehttp/psr7 (2.4.0 => 2.4.3)
  - Upgrading netresearch/jsonmapper (v4.0.0 => v4.1.0)
  - Upgrading nikic/php-parser (v4.13.2 => v4.15.2)
  - Upgrading php-coveralls/php-coveralls (v2.5.2 => v2.5.3)
  - Upgrading phpdocumentor/type-resolver (1.6.1 => 1.6.2)
  - Upgrading phpunit/php-code-coverage (9.2.15 => 9.2.23)
  - Upgrading phpunit/phpunit (9.5.20 => 9.5.27)
  - Upgrading sebastian/comparator (4.0.6 => 4.0.8)
  - Upgrading sebastian/exporter (4.0.4 => 4.0.5)
  - Upgrading sebastian/type (3.0.0 => 3.2.0)
  - Locking spatie/array-to-xml (2.17.1)
  - Upgrading symfony/config (v5.4.9 => v5.4.11)
  - Upgrading symfony/console (v5.4.9 => v5.4.16)
  - Upgrading symfony/deprecation-contracts (v2.5.1 => v2.5.2)
  - Upgrading symfony/filesystem (v5.4.9 => v5.4.13)
  - Upgrading symfony/polyfill-ctype (v1.25.0 => v1.27.0)
  - Upgrading symfony/polyfill-intl-grapheme (v1.25.0 => v1.27.0)
  - Upgrading symfony/polyfill-intl-idn (v1.26.0 => v1.27.0)
  - Upgrading symfony/polyfill-intl-normalizer (v1.26.0 => v1.27.0)
  - Upgrading symfony/polyfill-mbstring (v1.26.0 => v1.27.0)
  - Upgrading symfony/polyfill-php72 (v1.26.0 => v1.27.0)
  - Upgrading symfony/polyfill-php73 (v1.25.0 => v1.27.0)
  - Upgrading symfony/polyfill-php80 (v1.25.0 => v1.27.0)
  - Upgrading symfony/polyfill-php81 (v1.25.0 => v1.27.0)
  - Upgrading symfony/service-contracts (v2.5.1 => v2.5.2)
  - Upgrading symfony/stopwatch (v5.4.5 => v5.4.13)
  - Upgrading symfony/string (v5.4.9 => v5.4.15)
  - Upgrading symfony/yaml (v5.4.3 => v5.4.16)
  - Upgrading vimeo/psalm (4.23.0 => 5.4.0)
  - Upgrading webmozart/assert (1.10.0 => 1.11.0)
@egulias egulias merged commit 777864f into egulias:3.x Dec 29, 2022
@derrabus derrabus deleted the bump/vendors branch December 29, 2022 21:24
@egulias egulias mentioned this pull request Dec 29, 2022
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.

None yet

2 participants