stefandoorn / sylius-google-tag-manager-enhanced-ecommerce-plugin

Enhanced Ecommerce implementation through Google Tag Manager for Sylius eCommerce Platform
MIT License
35 stars 19 forks source link

Update phpstan/phpstan requirement from ^0.10.5 to ^0.11.17 #71

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on phpstan/phpstan to permit the latest version.

Release notes *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.11.17 > * Baseline feature using `baselineNeon` error formatter (286e5264bb6d39d709a02f1abeb4950ccba1fc6c), [#2523](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2523), thanks [@​marcelthole](https://github.com/marcelthole)! > * ignoreErrors - support for expected `count` in file path (c3275529ef7e87387e397524ad9b9761e3923a9f) > * CLI option to allow Xdebug for debugging purposes (`--xdebug`). Xdebug is disabled by default. (3b379a3e1c0cb67304710932b54c306369c60081)
Commits - [`4e8ea97`](https://github.com/phpstan/phpstan/commit/4e8ea97406bcf8eb58f670489e80b1f86e43d3b1) BaselineNeonErrorFormatter - skip unignorable errors - [`1c6d91a`](https://github.com/phpstan/phpstan/commit/1c6d91acc43f45bbd1c6c1ee44765522593d1c36) Updated baseline - [`1df1a20`](https://github.com/phpstan/phpstan/commit/1df1a20032bbfd033a9cbc73c9598d0cc05ead6f) Fix escaping special characters - [`02e2a59`](https://github.com/phpstan/phpstan/commit/02e2a5938b7477a1ff41ff2a38b29ba13e911c3f) Introduced baseline of errors to PHPStan itself using baselineNeon error form... - [`286e526`](https://github.com/phpstan/phpstan/commit/286e5264bb6d39d709a02f1abeb4950ccba1fc6c) Added baselineNeon error formatter - [`3b379a3`](https://github.com/phpstan/phpstan/commit/3b379a3e1c0cb67304710932b54c306369c60081) Option to allow Xdebug for debugging purposes - [`c327552`](https://github.com/phpstan/phpstan/commit/c3275529ef7e87387e397524ad9b9761e3923a9f) ignoreErrors - support for expected count in file path - [`635cf20`](https://github.com/phpstan/phpstan/commit/635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b) Fix unreachable code after finite while loop - [`b1248a8`](https://github.com/phpstan/phpstan/commit/b1248a849c69756e738b5bb211c64b5eb3d3f19f) Fixed build - [`1d13005`](https://github.com/phpstan/phpstan/commit/1d130052d94b4869030331df375d14bae01a260a) Do-while - detect infinite loop - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.11.17)


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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 5 years ago

Superseded by #72.