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

chore(deps): Update league/uri-components requirement from ^2 to ^2 || ^7 #49

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Updates the requirements on league/uri-components to permit the latest version.

Release notes

Sourced from league/uri-components's releases.

version 7.2.1

Fix composer.json

Changelog

Sourced from league/uri-components's changelog.

Changelog

All Notable changes to League\Uri\Components will be documented in this file

Next - TBD

Added

  • League\Uri\Modifier::removeQueryPairsByKey
  • League\Uri\Modifier::removeQueryPairsByValue
  • League\Uri\Modifier::removeQueryPairsByKeyValue
  • League\Uri\Components\Query::withoutPairByKey
  • League\Uri\Components\Query::withoutPairByValue
  • League\Uri\Components\Query::withoutPairByKeyValue

Fixed

  • None

Deprecated

  • League\Uri\Modifier::removeQueryPairs use League\Uri\Modifier::removeQueryPairsByKey instead.
  • League\Uri\Components\Query::withoutPair use League\Uri\Components\Query::withoutPairByKey instead.

Removed

  • None

7.2.0 - 2023-08-30

Added

  • Modifier::appendQueryPairs
  • Modifier::mergeQueryPairs
  • Modifier::removeQueryPairs
  • Modifier::removeEmptyQueryPairs
  • Modifier::appendQueryParameters
  • Modifier::mergeQueryParameters
  • Modifier::removeQueryParameters
  • Modifier::removeQueryParametersIndices

Fixed

  • None

Deprecated

  • Modifier::removeParams use Modifier::removeQueryParameters instead
  • Modifier::removePairs use Modifier::removeQueryPairs instead
  • Modifier::removeEmptyPairs use Modifier::removeEmptyQueryPairs instead

... (truncated)

Commits
  • cd18794 Prepare 7.2 release
  • 189b460 Adding Modifier::removeQueryParameterIndices
  • 05c79f0 Prepare 7.2 release
  • d6ba672 Adding more URI query modifiers
  • eeae3e8 Improve codebase by using match
  • bd27df3 Prepare 7.1 release
  • 2b57d2a Introduce the Encoder class
  • c1cf91e Move parsing test to QueryString test suites
  • a7a0ebb Rewrite QueryString parser/builder class
  • e885ea4 #109 Fix query encoding
  • Additional commits viewable in compare view

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)

Updates the requirements on [league/uri-components](https://github.com/thephpleague/uri-components) to permit the latest version.
- [Release notes](https://github.com/thephpleague/uri-components/releases)
- [Changelog](https://github.com/thephpleague/uri-components/blob/master/CHANGELOG.md)
- [Commits](thephpleague/uri-components@2.0.0...7.2.1)

---
updated-dependencies:
- dependency-name: league/uri-components
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies php Pull requests that update Php code labels Sep 1, 2023
@drupol drupol merged commit 211f5e0 into master Dec 16, 2023
8 checks passed
@drupol drupol deleted the dependabot/composer/league/uri-components-tw-2or-tw-7 branch December 16, 2023 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant