samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
39 stars 15 forks source link

Update mediawiki/minus-x requirement from ^0.3 to ^0.3 || ^1.0 #49

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Updates the requirements on mediawiki/minus-x to permit the latest version.

Changelog

Sourced from mediawiki/minus-x's changelog.

1.1.1 / 2021-01-05

  • Restore support of symfony/console ^3.3.5 and ^4 (Kunal Mehta)

1.1.0 / 2020-03-17

  • Add application/x-pie-executable and x-mach-binary to whitelist (Umherirrender)

1.0.0 / 2020-01-20

  • Mention always ignored directories in the readme (mainframe98)
  • Permit symfony/console version 5 (Sam Wilson)
  • Drop support for earlier versions of symfony/console (Kunal Mehta)
  • Revert "Don't use SplFileObject::fread() for PHP < 5.5.11 support" (Kunal Mehta)

0.3.2 / 2018-10-02

  • Support using symfony/console ^4 (Kunal Mehta)
  • Use SPDX 3.0 license identifier (Umherirrender)

0.3.1 / 2018-02-17

  • Add .gitattributes with export-ignore (Umherirrender)

0.3.0 / 2018-01-10

  • Loosen symfony/console dependency (Kunal Mehta)
  • Support ignoring entire directories (Kunal Mehta)

0.2.1 / 2017-12-03

  • Percent-encode URLs in README.md to work around bad parsers. (MZMcBride)
  • Use env instead of /usr/bin/php directly (Sam Wilson)

0.2.0 / 2017-10-30

  • Don't use SplFileObject::fread() for PHP < 5.5.11 support (Kunal Mehta)
  • Drop .php extension from minus-x command (Kunal Mehta)
  • Whitelist application/x-dosexec when run on Windows (Kunal Mehta)

0.1.0 / 2017-09-12

  • Initial release (Kunal Mehta)
Commits
  • 74b1fce Release 1.1.1
  • f9b941d Revert "Drop support for earlier versions of symfony/console"
  • 29da467 build: Updating mediawiki/mediawiki-codesniffer to 34.0.0
  • 27486f8 build: Updating mediawiki/mediawiki-codesniffer to 33.0.0
  • 0cd7d8a build: Updating composer dependencies
  • dc7eca2 build: Updating mediawiki/mediawiki-codesniffer to 31.0.0
  • 7e5b11d build: Updating mediawiki/mediawiki-codesniffer to 30.0.0
  • 8f39ade Release 1.1.0
  • 2feb235 Add application/x-pie-executable and x-mach-binary to whitelist
  • 7b5f487 build: Updating jakub-onderka/php-console-highlighter to 0.4.0
  • 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 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)