FLUX-SE / SyliusEUVatPlugin

This Sylius Plugin allow you to add European VAT Number to the addresses and manage European VAT number rule
MIT License
16 stars 8 forks source link

Update phpstan/phpstan-shim requirement from ^0.10 to ^0.12 #14

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

Release notes *Sourced from [phpstan/phpstan-shim's releases](https://github.com/phpstan/phpstan-shim/releases).* > ## 0.12.0 > **Thank you for using PHPStan!** > > [**Read more about the latest release here!**](https://medium.com/@ondrejmirtes/phpstan-0-12-released-f1a88036535d) > > With the release of **PHPStan 0.12**, the primary Composer package used by most users, > `phpstan/phpstan`, has switched to a PHAR file. It works the same way as `phpstan-shim`. > The need for a separate PHAR distribution has ceased. > Package `phpstan/phpstan-shim` is no longer needed. > > You should upgrade to `phpstan/phpstan` 0.12 with the following steps: > > 1) In your composer.json, rewrite line with `"phpstan/phpstan-shim"` > to `"phpstan/phpstan": "^0.12"`. > 2) Delete your `composer.lock`. > 3) Delete `vendor/phpstan` directory. > 4) Delete `vendor/bin/phpstan` and `vendor/bin/phpstan.phar`. > 5) Run composer install. > > If you have any problem upgrading, don't hesitate to describe your issue at: > https://github.com/phpstan/phpstan/issues/new/choose
Commits - [`f2b69bd`](https://github.com/phpstan/phpstan-shim/commit/f2b69bdaaa7b0021bd79a5233db9abb3242c0522) Instructions how to upgrade to phpstan/phpstan - [`f36a437`](https://github.com/phpstan/phpstan-shim/commit/f36a4374cc3d6ee0fbf4bccbd409674b807a1b0d) Updated PHPStan to commit 9f61e443b88ac58ec4ac3be0ba6ee327742d2807 - [`104b618`](https://github.com/phpstan/phpstan-shim/commit/104b618ca8d0399c94c8e104d78ecb04baeb41a3) Updated PHPStan to commit 3170a85face97d303f4f928d375290f12d684c23 - [`38ed195`](https://github.com/phpstan/phpstan-shim/commit/38ed195680165fddfac0a02fead35e3a98593709) Updated PHPStan to commit cf2363d0de2c2475b179b7c06fd1d74621796657 - [`904abef`](https://github.com/phpstan/phpstan-shim/commit/904abef78099bd4d5448f9e71057734bbe02edf7) Updated PHPStan to commit 348997755d62ebe85c3a7a6abe9ed3559bd0c0e7 - [`d4f3ac3`](https://github.com/phpstan/phpstan-shim/commit/d4f3ac3dd826ed19a6933ba64f35f05683beaf25) Updated PHPStan to commit 97c421bdc63561bca18c18cfc4f86ff359ded88d - [`968e5f6`](https://github.com/phpstan/phpstan-shim/commit/968e5f6caf8383ebcb4dc529396b4fb296cb98fd) Updated PHPStan to commit 8e4e55223cb3c871d82dd53308554df00722d6d9 - [`c5d8e9f`](https://github.com/phpstan/phpstan-shim/commit/c5d8e9f83f20d8baefefa695c668e495ed0a6056) Updated PHPStan to commit 78c5ec2902680dc364edbc91496b6e2de235e130 - [`33d5a3f`](https://github.com/phpstan/phpstan-shim/commit/33d5a3f8a83d637e4c8c7a3e6021115ae2e51b59) Updated PHPStan to commit 731e6e3837b242eb9735ee612e09ad1c53e89d03 - [`792aa39`](https://github.com/phpstan/phpstan-shim/commit/792aa399c0e470e8a66bd6cac573aecc6c967015) Updated PHPStan to commit b84ab7a8468c417bd9b3d88be01d844c9ac02684 - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan-shim/compare/0.10...0.12.0)


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 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.