erunion / mill

☴ An annotation-based DSL for documenting a REST API.
MIT License
39 stars 2 forks source link

Update cocur/slugify requirement from ^3.1 to ^4.0 #255

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on cocur/slugify to permit the latest version.

Release notes *Sourced from [cocur/slugify's releases](https://github.com/cocur/slugify/releases).* > ## v4.0.0 (14 December 2019) > Version 4 does not introduce new major features, but adds support for Symfony 4 and 5, Twig 3 and, most importantly, PHP 7.3 and 7.4. > > Support for PHP 5, Twig 1 and Silex is dropped. > > - [#230](https://github-redirect.dependabot.com/cocur/slugify/pull/230) Add Slovak rules (by [bartko-s](https://github.com/bartko-s)) > - [#236](https://github-redirect.dependabot.com/cocur/slugify/pull/236) Make Twig Bridge compatible with Twig 3.0 (by [mhujer](https://github.com/mhujer)) > - [#237](https://github-redirect.dependabot.com/cocur/slugify/pull/237) Fix Travis CI configuration (by [kubawerlos](https://github.com/kubawerlos)) > - [#238](https://github-redirect.dependabot.com/cocur/slugify/pull/238) Drop Twig 1 support (by [FabienPapet](https://github.com/FabienPapet)) > - [#239](https://github-redirect.dependabot.com/cocur/slugify/pull/239) Fix AppVeyor (by [kubawerlos](https://github.com/kubawerlos)) > - [#241](https://github-redirect.dependabot.com/cocur/slugify/pull/241) Update .gitattributes (by [kubawerlos](https://github.com/kubawerlos)) > - [#242](https://github-redirect.dependabot.com/cocur/slugify/pull/242) Add PHP CS Fixer (by [kubawerlos](https://github.com/kubawerlos)) > - [#243](https://github-redirect.dependabot.com/cocur/slugify/pull/243) Normalize composer.json (by [kubawerlos](https://github.com/kubawerlos)) > - [#246](https://github-redirect.dependabot.com/cocur/slugify/pull/246) Add support for PHP 7.3 and 7.4 (by [snapshotpl](https://github.com/snapshotpl)) > - [#247](https://github-redirect.dependabot.com/cocur/slugify/pull/247) AppVeyor improvements (by [kubawerlos](https://github.com/kubawerlos)) > - [#249](https://github-redirect.dependabot.com/cocur/slugify/pull/249) PHPUnit annotations should be a FQCNs including a root namespace (by [kubawerlos](https://github.com/kubawerlos)) > - [#250](https://github-redirect.dependabot.com/cocur/slugify/pull/250) Add support for Symfony 4 and 5 (by [franmomu](https://github.com/franmomu)) > - [#251](https://github-redirect.dependabot.com/cocur/slugify/pull/251) Dropping support for PHP 5 (by [franmomu](https://github.com/franmomu)) > - [#253](https://github-redirect.dependabot.com/cocur/slugify/pull/253) Add conflict for unmaintained Symfony versions (by [franmomu](https://github.com/franmomu))
Commits - [`3f1ffc3`](https://github.com/cocur/slugify/commit/3f1ffc300f164f23abe8b64ffb3f92d35cec8307) Update README for v4.0.0 release - [`8232ea6`](https://github.com/cocur/slugify/commit/8232ea646927953a75860a04aa0b9c872f027d1a) Merge pull request [#238](https://github-redirect.dependabot.com/cocur/slugify/issues/238) from FabienPapet/fix-twig-3.0 - [`acd1649`](https://github.com/cocur/slugify/commit/acd1649195639ce87504eb3a517501b3d9fe4146) fix conflict section - [`bc7f06d`](https://github.com/cocur/slugify/commit/bc7f06d494628cdaeff7acd5d46794601fc30e5c) drop twig 1 support - [`3151d4a`](https://github.com/cocur/slugify/commit/3151d4ac84825c1553a31b8b4fff21e9f62043ff) Merge pull request [#253](https://github-redirect.dependabot.com/cocur/slugify/issues/253) from franmomu/symfony_conflict - [`0e75b60`](https://github.com/cocur/slugify/commit/0e75b600876f6491bddf2d33605a3784e31b08e3) Add conflict for unmaintained Symfony versions - [`34924a7`](https://github.com/cocur/slugify/commit/34924a75df1f26f631a33e8b5d0a851112ae0c7a) Merge pull request [#250](https://github-redirect.dependabot.com/cocur/slugify/issues/250) from franmomu/symfony_support - [`b35b8ea`](https://github.com/cocur/slugify/commit/b35b8eaf6f2ef22f1a12873aa8064d36e7075b0c) Update docs to remove Silex and include Symfony 5 - [`0c50b1c`](https://github.com/cocur/slugify/commit/0c50b1cba7fe7195260d81a8b8640f041db47c4d) Drop support for Symfony unmaintained versions - [`b3bc192`](https://github.com/cocur/slugify/commit/b3bc1926c4e5e92df43f97cc608c3b62b403d673) Remove Silex support - Additional commits viewable in [compare view](https://github.com/cocur/slugify/compare/v3.1...v4.0.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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)