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

Update dependencies #68

Merged
merged 5 commits into from
Dec 16, 2020
Merged

Update dependencies #68

merged 5 commits into from
Dec 16, 2020

Conversation

lcobucci
Copy link
Owner

@lcobucci lcobucci commented Dec 16, 2020

For some weird reason, dependabot didn't handle this.

Lock file operations: 0 installs, 6 updates, 0 removals
  - Upgrading symfony/cache (v5.1.5 => v5.2.0)
  - Upgrading symfony/config (v5.1.5 => v5.2.0)
  - Upgrading symfony/expression-language (v5.1.5 => v5.2.0)
  - Upgrading symfony/filesystem (v5.1.5 => v5.2.0)
  - Upgrading symfony/polyfill-ctype (v1.18.1 => v1.20.0)
  - Upgrading symfony/var-exporter (v5.1.5 => v5.2.0)
Lock file operations: 0 installs, 6 updates, 0 removals
  - Upgrading nikic/php-parser (v4.10.0 => v4.10.3)
  - Upgrading phpstan/extension-installer (1.0.5 => 1.1.0)
  - Upgrading phpstan/phpstan (0.12.43 => 0.12.63)
  - Upgrading phpstan/phpstan-deprecation-rules (0.12.5 => 0.12.6)
  - Upgrading phpstan/phpstan-phpunit (0.12.16 => 0.12.17)
  - Upgrading phpstan/phpstan-strict-rules (0.12.5 => 0.12.7)
Lock file operations: 0 installs, 26 updates, 0 removals
  - Upgrading doctrine/instantiator (1.3.1 => 1.4.0)
  - Upgrading myclabs/deep-copy (1.10.1 => 1.10.2)
  - Upgrading phar-io/version (3.0.2 => 3.0.4)
  - Upgrading phpspec/prophecy (1.11.1 => 1.12.1)
  - Upgrading phpunit/php-code-coverage (9.1.11 => 9.2.5)
  - Upgrading phpunit/php-file-iterator (3.0.4 => 3.0.5)
  - Upgrading phpunit/php-invoker (3.1.0 => 3.1.1)
  - Upgrading phpunit/php-text-template (2.0.2 => 2.0.4)
  - Upgrading phpunit/php-timer (5.0.1 => 5.0.3)
  - Upgrading phpunit/phpunit (9.3.10 => 9.5.0)
  - Upgrading sebastian/cli-parser (1.0.0 => 1.0.1)
  - Upgrading sebastian/code-unit (1.0.5 => 1.0.8)
  - Upgrading sebastian/code-unit-reverse-lookup (2.0.2 => 2.0.3)
  - Upgrading sebastian/comparator (4.0.3 => 4.0.6)
  - Upgrading sebastian/complexity (2.0.0 => 2.0.2)
  - Upgrading sebastian/diff (4.0.2 => 4.0.4)
  - Upgrading sebastian/environment (5.1.2 => 5.1.3)
  - Upgrading sebastian/exporter (4.0.2 => 4.0.3)
  - Upgrading sebastian/global-state (5.0.0 => 5.0.2)
  - Upgrading sebastian/lines-of-code (1.0.0 => 1.0.3)
  - Upgrading sebastian/object-enumerator (4.0.2 => 4.0.4)
  - Upgrading sebastian/object-reflector (2.0.2 => 2.0.4)
  - Upgrading sebastian/recursion-context (4.0.2 => 4.0.4)
  - Upgrading sebastian/resource-operations (3.0.2 => 3.0.3)
  - Upgrading sebastian/type (2.2.1 => 2.3.1)
  - Upgrading sebastian/version (3.0.1 => 3.0.2)
Lock file operations: 1 install, 13 updates, 1 removal
  - Removing composer/package-versions-deprecated (1.11.99.1)
  - Upgrading composer/xdebug-handler (1.4.3 => 1.4.5)
  - Upgrading infection/infection (0.17.3 => 0.20.2)
  - Locking ocramius/package-versions (2.1.0)
  - Upgrading sanmai/pipeline (v5.0.1 => v5.1.0)
  - Upgrading seld/jsonlint (1.8.2 => 1.8.3)
  - Upgrading symfony/console (v5.1.5 => v5.2.0)
  - Upgrading symfony/finder (v5.1.5 => v5.2.0)
  - Upgrading symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0)
  - Upgrading symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0)
  - Upgrading symfony/polyfill-mbstring (v1.18.1 => v1.20.0)
  - Upgrading symfony/polyfill-php73 (v1.18.1 => v1.20.0)
  - Upgrading symfony/process (v5.1.5 => v5.2.0)
  - Upgrading symfony/string (v5.1.5 => v5.2.0)
  - Upgrading thecodingmachine/safe (v1.2.0 => v1.3.3)
Lock file operations: 1 install, 4 updates, 1 removal
  - Removing ocramius/package-versions (2.1.0)
  - Locking composer/package-versions-deprecated (1.11.99.1)
  - Upgrading dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1)
  - Upgrading doctrine/coding-standard (8.1.0 => 8.2.0)
  - Upgrading slevomat/coding-standard (6.4.0 => 6.4.1)
  - Upgrading squizlabs/php_codesniffer (3.5.6 => 3.5.8)
@lcobucci lcobucci added the Dependencies Pull requests that update a dependency file label Dec 16, 2020
@lcobucci lcobucci added this to the 7.1.0 milestone Dec 16, 2020
@lcobucci lcobucci self-assigned this Dec 16, 2020
@lcobucci lcobucci merged commit d625761 into 7.1.x Dec 16, 2020
@lcobucci lcobucci deleted the update-deps branch December 16, 2020 16:38
@lcobucci lcobucci changed the title Update deps Update dependencies Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant