junlarsen / RiotQuest

[Deprecated] PHP 7.1+ Library for the Riot Games API
MIT License
8 stars 3 forks source link

Update nesbot/carbon requirement from 2.21.3 to 2.23.0 #33

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on nesbot/carbon to permit the latest version.

Release notes *Sourced from [nesbot/carbon's releases](https://github.com/briannesbitt/Carbon/releases).* > ## 2.23.0 > Complete commits list: https://github.com/briannesbitt/Carbon/compare/2.22.3...2.23.0 > > Summary: > - [#1841](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1841) Made Carbon compatible with new PHP 8 signatures of DateTime > - [#1840](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1840) Added short form or year for year in Turkish > - [#1837](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1837) Fixed Finnish translation > - Fixed alternate numbers in hours > - [#1817](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1817) Use alternative numbers in translated duration strings > - [#1831](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1831) Fixed global translator caching > - [#1834](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1834) Fixed language detection in Lumen > - [#1833](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1833) Improved cast() methods: now they can handle native PHP date classes and sub-classes > - Added Carbon::toDateTimeImmutable(), CarbonInterval::toDateInterval(), CarbonPeriod::toDatePeriod() > - Fixed recurrences count for CarbonPeriod created from DatePeriod > - [#1822](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1822) Changed short units in Polish > - [#1774](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1774) Added CarbonPeriod methods: starts(At/After/Before), ends(At/After/Before) > - [#1826](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1826) Added cast() method and traits mixins to CarbonInterval and CarbonPeriod > - [#1825](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1825) Added floor/ceil/round methods on CarbonInterval and CarbonPeriod > - [#1829](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1829) Improved CarbonPeriod JSON serialization > - [#1830](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1830) Added contains() in CarbonPeriod > - Added getIncludedStartDate() and getIncludedEndDate() in CarbonPeriod > - Added follows(), isFollowedBy() and isConsecutiveWith() in CarbonPeriod > - [#1822](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1822) Fix Polish short units > - [#1814](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1814) Allow to use mixins and macros with PHP 7.4 and 8 > - Fixed equalTo/notEqualTo in CarbonPeriod to ignore mutability of start/end dates > - [#1774](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1774) Added CarbonPeriod methods: starts(At/After/Before), ends(At/After/Before) > - [#1826](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1826) Added cast() method and traits mixins to CarbonInterval and CarbonPeriod > - [#1825](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1825) Added floor/ceil/round methods on CarbonInterval and CarbonPeriod > - [#1782](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1782) Fixed from_now Chinese translation
Commits - [`97a0883`](https://github.com/briannesbitt/Carbon/commit/97a08830a22ce0b69549a4966773c0eae900468d) Merge pull request [#1839](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1839) from kylekatarnls/feature/1837-fix-finnish - [`baf9f4c`](https://github.com/briannesbitt/Carbon/commit/baf9f4c4f8eedbad6f6ca75235bd71dfe6f9aea5) Merge pull request [#1841](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1841) from kylekatarnls/feature/1840-fix-tr-yil-short-form - [`0efc9dc`](https://github.com/briannesbitt/Carbon/commit/0efc9dc6af817de247fa12d0ab65273ccd09d4e4) Add test for setISODate() - [`50135e1`](https://github.com/briannesbitt/Carbon/commit/50135e1c6f4bfd2c406f8718d8948026de36f0a9) Allow PHP 8 tests to fail until new PHP build is released - [`d502ae4`](https://github.com/briannesbitt/Carbon/commit/d502ae41e8b2f7b77c8c5820ba4c65ca2a3ffab1) Remove obsolete tests - [`0e80a5e`](https://github.com/briannesbitt/Carbon/commit/0e80a5eaaad286ccc80560c3af9c540d9298202f) Remove temporary fix as fixed in PHP itself: - [`4261c8c`](https://github.com/briannesbitt/Carbon/commit/4261c8c983d161012cc617928b86272a77f397c2) Allow null in __set_state for compatibility with PHP 8 - [`3033abc`](https://github.com/briannesbitt/Carbon/commit/3033abce7aabeab33906c18fe08fb54ff36c482e) Implement methods that change of signature in PHP 8 - [`06bfa17`](https://github.com/briannesbitt/Carbon/commit/06bfa17c9293dc6f37c7265a237774367053f4ca) Fix setISODate PHP 8 signature compatibility - [`647435f`](https://github.com/briannesbitt/Carbon/commit/647435f05893688a851d60a53d73ad4649b5beeb) [#1837](https://github-redirect.dependabot.com/briannesbitt/Carbon/issues/1837) Add translation author - Additional commits viewable in [compare view](https://github.com/briannesbitt/Carbon/compare/2.21.3...2.23.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) Finally, you can contact us by mentioning @dependabot.