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 phpstan/phpstan from 1.10.54 to 1.10.56 #608

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps phpstan/phpstan from 1.10.54 to 1.10.56.

Release notes

Sourced from phpstan/phpstan's releases.

1.10.56

Major new feature 🚀

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Prevent repetative calls to Type::getConstantArrays() (#2864), thanks @​staabm!
  • Remove redundant condition in ParametersAcceptorSelector (#2867), thanks @​mad-briller!
  • Simplify default return path in extensions (#2868), thanks @​staabm!
  • Reduce unnecessary calls to Scope::getFunctionType() (#2872), thanks @​staabm!

1.10.55

Improvements 🔧

... (truncated)

Commits
  • 27816a0 PHPStan 1.10.56
  • 3d4486d Updated PHPStan to commit 3d4486d07f0d9467035d424b1e66c968aa067679
  • 25d7a5e Updated PHPStan to commit 25d7a5e5d208f73f6308ace7d599f1fd0425c432
  • 9463e66 Updated PHPStan to commit 9463e66359b36ab7b33f396cb218f4692e52cb44
  • 38eb365 Updated PHPStan to commit 38eb365ac6c728ced8b55f1b139cf2d19f5a7580
  • 27e5c57 Updated PHPStan to commit 27e5c572cc92dab26eb659a7f5990ac8d2dc2aee
  • 3097d10 Updated PHPStan to commit 3097d10588f330c43e2f227bac3ebe9efb7535a3
  • 6d11aa9 Updated PHPStan to commit 6d11aa9b8b1ec4d5e7d2f111ec51352444dfe301
  • ff0c201 Updated PHPStan to commit ff0c20177c051f82e3e701cd93c982c5c89c1a99
  • 2b74aa8 Updated PHPStan to commit 2b74aa85b87e85bbc2398b96b1bff07234b1f791
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

composer.lock

Package changes

Package Operation From To About
phpstan/phpstan upgrade 1.10.54 1.10.56 diff

Settings · Docs · Powered by Private Packagist

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6db09fc) 76.71% compared to head (9b61989) 76.71%.

Additional details and impacted files
@@            Coverage Diff            @@
##                 rc     #608   +/-   ##
=========================================
  Coverage     76.71%   76.71%           
  Complexity     1312     1312           
=========================================
  Files           165      165           
  Lines          4157     4157           
=========================================
  Hits           3189     3189           
  Misses          968      968           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DmytroKlymanSpryker DmytroKlymanSpryker merged commit 3dfc69b into rc Jan 15, 2024
9 of 10 checks passed
@DmytroKlymanSpryker DmytroKlymanSpryker deleted the dependabot/composer/rc/phpstan/phpstan-1.10.56 branch January 15, 2024 12:18
vol4onok added a commit that referenced this pull request Jan 18, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
vol4onok added a commit that referenced this pull request Feb 22, 2024
* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
vol4onok added a commit that referenced this pull request Feb 22, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
vol4onok added a commit that referenced this pull request Feb 27, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Dependency update. Dependency update. FRW-7460: Fixed multitype in AbstractValueExtractorStrategy, Updated CI

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
vol4onok added a commit that referenced this pull request Feb 27, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Dependency update. Dependency update. FRW-7460: Fixed multitype in AbstractValueExtractorStrategy, Updated CI

* FRW-7460: Updated composer (#627)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
vol4onok added a commit that referenced this pull request Feb 27, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Dependency update. Dependency update. FRW-7460: Fixed multitype in AbstractValueExtractorStrategy, Updated CI

* FRW-7460: Updated composer (#627)

* [create-pull-request] automated change (#629)

Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>
vol4onok added a commit that referenced this pull request Feb 27, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Dependency update. Dependency update. FRW-7460: Fixed multitype in AbstractValueExtractorStrategy, Updated CI

* FRW-7460: Updated composer (#627)

* [create-pull-request] automated change (#629)

Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>

* Update evaluator

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>
vol4onok added a commit that referenced this pull request Mar 11, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Dependency update. Dependency update. FRW-7460: Fixed multitype in AbstractValueExtractorStrategy, Updated CI

* FRW-7460: Updated composer (#627)

* [create-pull-request] automated change (#629)

Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>

* Update evaluator

* Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for wrong files

* Dependency update. FRW-7458: Fixed upgrader link

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>
vol4onok added a commit that referenced this pull request Mar 12, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Dependency update. Dependency update. FRW-7460: Fixed multitype in AbstractValueExtractorStrategy, Updated CI

* FRW-7460: Updated composer (#627)

* [create-pull-request] automated change (#629)

Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>

* Update evaluator

* Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for wrong files

* Dependency update. FRW-7458: Fixed upgrader link

* Updated packages (#640)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>
vol4onok added a commit that referenced this pull request Mar 12, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Dependency update. Dependency update. FRW-7460: Fixed multitype in AbstractValueExtractorStrategy, Updated CI

* FRW-7460: Updated composer (#627)

* [create-pull-request] automated change (#629)

Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>

* Update evaluator

* Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for wrong files

* Dependency update. FRW-7458: Fixed upgrader link

* Updated packages (#640)

* Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for wrong files

* Dependency update. BC fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>
vol4onok added a commit that referenced this pull request Jun 4, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Dependency update. Dependency update. FRW-7460: Fixed multitype in AbstractValueExtractorStrategy, Updated CI

* FRW-7460: Updated composer (#627)

* [create-pull-request] automated change (#629)

Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>

* Update evaluator

* Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for wrong files

* Dependency update. FRW-7458: Fixed upgrader link

* Updated packages (#640)

* Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for wrong files

* Dependency update. BC fix

* Updated composer (#650)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>
vol4onok added a commit that referenced this pull request Jul 18, 2024
* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

* Updated conposer.lock (#622)

* 0.7.1 (#610)

* Bump phpmd/phpmd from 2.13.0 to 2.15.0

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.54...1.10.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency update. SDK-5752: Feature dev-master switch for RG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Updated conposer.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>

* Dependency update. Dependency update. FRW-7460: Fixed multitype in AbstractValueExtractorStrategy, Updated CI

* FRW-7460: Updated composer (#627)

* [create-pull-request] automated change (#629)

Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>

* Update evaluator

* Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for wrong files

* Dependency update. FRW-7458: Fixed upgrader link

* Updated packages (#640)

* Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for wrong files

* Dependency update. BC fix

* Updated composer (#650)

* Dependency update. SUPESC-852 Fixed cache corruption.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Maksymov <82393959+pavelmaksimov25@users.noreply.github.com>
Co-authored-by: SprykerReleaseBot <spryker-release-bot@spryker.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant