Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Carbon

A simple PHP API extension for DateTime.
Collective - Host: opensource - https://opencollective.com/carbon - Website: https://carbon.nesbot.com/ - Code: https://github.com/briannesbitt/Carbon

Fix week declension in Mongolian for "ago"

github.com/briannesbitt/Carbon - 40d2f822b809ea36118009efd1a0f96116bed6be authored almost 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2551 from briannesbitt/fix/conversion-loss

Fix PHP 8.1 deprecations

github.com/briannesbitt/Carbon - 2b515d70b78c909d8116df5fa06110a3a2b6efff authored almost 3 years ago by Kyle <[email protected]>
Merge pull request #2554 from sumonst21/master

Grammar fixes

github.com/briannesbitt/Carbon - 1d1e700cfec1c4579505aa2dd04249ccf3bbb00f authored almost 3 years ago by Kyle <[email protected]>
Update phpunit in GitLab CI scripts

github.com/briannesbitt/Carbon - 0f3c2aa8ce8b3119fcd573fa995958116bfca363 authored almost 3 years ago by kylekatarnls <[email protected]>
Grammar fixes

French needs to be capitalized when not used as verb.
Past participle issue or typo in same line...

github.com/briannesbitt/Carbon - adfd2c9533c6c6baa9c521f7b4226e0740ebf128 authored almost 3 years ago by Md. Sumon Islam <[email protected]>
Restrict minimum version of php-file-iterator

github.com/briannesbitt/Carbon - 60eb91585466f8165a69c07995be0c85d65bc838 authored almost 3 years ago by kylekatarnls <[email protected]>
Fix float comparison deprecation on PHP 8.1

github.com/briannesbitt/Carbon - 221a7d7d8a0e32f0d761ced00566c368a6f45a1c authored almost 3 years ago by kylekatarnls <[email protected]>
Throw exception on deprecation

github.com/briannesbitt/Carbon - add532a167505ee72bfb973cefb47036346a62bc authored almost 3 years ago by kylekatarnls <[email protected]>
Add more sponsor slots for OpenCollective

github.com/briannesbitt/Carbon - 3d48d49614455fe325877efd261cb548033bf98a authored almost 3 years ago by Kyle <[email protected]>
Add unit tests for case #2549

github.com/briannesbitt/Carbon - 41b4fded15ed3b472a3fbd79b0a67547a723d063 authored almost 3 years ago by kylekatarnls <[email protected]>
Update phpstan rules

github.com/briannesbitt/Carbon - 0bbe75ae95e290dca813eec2dcb294b51fc28a7c authored almost 3 years ago by KyleKatarn <[email protected]>
Fix float type for diff tests

github.com/briannesbitt/Carbon - 485395c7f97c94bc9d226dbf806ec82591795ed5 authored almost 3 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into 3.x

Conflicts:
phpmd.xml
src/Carbon/CarbonPeriod.php
src/Carbon/Traits/Difference.php

github.com/briannesbitt/Carbon - 1f30f28f0afabc52f4b3adbe53e3c430e8088ce8 authored almost 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2548 from kylekatarnls/fix/period-with-localized-interval

Use unmodified English for period conversion

github.com/briannesbitt/Carbon - 4a54375c21eea4811dbd1149fe6b246517554e78 authored almost 3 years ago by Kyle <[email protected]>
Use unmodified English for period conversion

github.com/briannesbitt/Carbon - 975d9b3da94a11621cee067bf8e06d44542560fe authored almost 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2533 from kylekatarnls/fix/float-diff-day-minus-microsecond

Work around PHP day mismatch bug

github.com/briannesbitt/Carbon - cc324085cec16beb7852ca86daf0188907bbcc27 authored almost 3 years ago by Kyle <[email protected]>
Merge pull request #2547 from kylekatarnls/fix/ceil

Fix ceil diff with short month

github.com/briannesbitt/Carbon - 061db9cfb7f958e28ecc588b507a45e59534612e authored almost 3 years ago by Kyle <[email protected]>
Add tests with more days and microseconds

github.com/briannesbitt/Carbon - b356d8ce3464d36b67b3971ee5a8efc57b0fb9ae authored almost 3 years ago by KyleKatarn <[email protected]>
Fix ceil diff with short month

github.com/briannesbitt/Carbon - 3e01a06de097fbd2880ee785349902bbc644e39e authored almost 3 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into 3.x

Conflicts:
.github/workflows/phpmd.yml
.github/workflows/phpstan.yml
src/Carbon/Doctrine...

github.com/briannesbitt/Carbon - dce8edb4cb57789143439bebfe70c8bf7aac22d1 authored almost 3 years ago by KyleKatarn <[email protected]>
Use PHP 8.1 for PHPStan and PHPMD checks

github.com/briannesbitt/Carbon - 1a3b5039ccc524065dea55a732385e5a9c0f03d6 authored almost 3 years ago by Kyle <[email protected]>
Merge pull request #2542 from kylekatarnls/feature/setTestNowAndTimezone-clear

Make Carbon::setTestNowAndTimezone() restore previous timezone

github.com/briannesbitt/Carbon - a85abc87777b5aa5c256ce94d9b6e3cffb1dd543 authored almost 3 years ago by Kyle <[email protected]>
Make Carbon::setTestNowAndTimezone() call without argument restore previous timezone

github.com/briannesbitt/Carbon - a50db9a4c18abf0cb46e7ae9fa4290a88269d560 authored almost 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2541 from kylekatarnls/feature/getFactorWithDefault-static

Make getFactorWithDefault static

github.com/briannesbitt/Carbon - 410fbb067e69e29db9256f3df992fa75e407806a authored almost 3 years ago by Kyle <[email protected]>
Make getFactorWithDefault static

github.com/briannesbitt/Carbon - cdf7e6b42b55d83287ecb84d4d344a1401470314 authored almost 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2537 from lingoda/allow-precision-0-in-carbon-dbal-types

Allow precision 0 in Carbon DBAL types

github.com/briannesbitt/Carbon - 626ec8cbb724cd3c3400c3ed8f730545b744e3f4 authored almost 3 years ago by Kyle <[email protected]>
Update CarbonTypesTest

Co-authored-by: Kyle <[email protected]>

github.com/briannesbitt/Carbon - 5a6c852da6dfefc696ac46b5d4167844716dfa98 authored almost 3 years ago by Dániel Kónya <[email protected]>
Change, fix tests

github.com/briannesbitt/Carbon - 942ba23ce002d92f42af684bac22945c52f2a7fb authored almost 3 years ago by Dániel Kónya <[email protected]>
Allow precision 0 in Carbon DBAL types

github.com/briannesbitt/Carbon - 19a088141418a9490b580be9c029349384febc1c authored almost 3 years ago by Dániel Kónya <[email protected]>
Skip test for PHP 7.1 which does not support it

github.com/briannesbitt/Carbon - b7b143ae5455d2fb7a6af087c9970521f75984e7 authored almost 3 years ago by KyleKatarn <[email protected]>
Work around PHP day mismatch bug

Fix #2531

github.com/briannesbitt/Carbon - b39a7653d416704d76a146eaabdf0b576bfc7073 authored almost 3 years ago by KyleKatarn <[email protected]>
Update phpstan.neon

github.com/briannesbitt/Carbon - d7a303fe158aee9b0b31d1c4a14544a5afe8cc0d authored about 3 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into 3.x

Conflicts:
phpstan.neon

github.com/briannesbitt/Carbon - 9e22d440bcda2ea7cb9c33a77a4bc17c1b14fef8 authored about 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2530 from kylekatarnls/fix/compare-with-string

Use date resolution for comparison

github.com/briannesbitt/Carbon - b989a730e58636bbbd819cbb06c90ea05397d50a authored about 3 years ago by Kyle <[email protected]>
Use date resolution for comparison

github.com/briannesbitt/Carbon - a3aa2285bb19d5465307fd94bc2798a956ce9045 authored about 3 years ago by KyleKatarn <[email protected]>
Udate phpstan.neon

github.com/briannesbitt/Carbon - 4369a95c3d47446b6c8f1b4bc814e293e0575f3e authored about 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2528 from dbohn/deserialize-carbon-period-with-infinite-recurrences

CarbonPeriod Handle infinite recurrences when parsing period string

github.com/briannesbitt/Carbon - a95e9cede9303de6a51534713067eb552c54022f authored about 3 years ago by Kyle <[email protected]>
#2527 Handle infinite recurrences when parsing iso string created from infinite CarbonPeriod

github.com/briannesbitt/Carbon - 925344c7ef8e49f3b65fab3fd47ed27b7cbd90cc authored about 3 years ago by David Bohn <[email protected]>
Merge pull request #2524 from briannesbitt/fix/pl-translations

Replace Polish ending in grouped units

github.com/briannesbitt/Carbon - 28e0ec7a3bc6acc8e9fd7139cf5d6d174a5cd725 authored about 3 years ago by Kyle <[email protected]>
Replace Polish ending in grouped units

github.com/briannesbitt/Carbon - 78f98be83ae5142437c4949d9c9fd18fdb954b2b authored about 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2519 from briannesbitt/feature/add-unit-decimal

Allow to add and subtract decimal numbers of any unit

github.com/briannesbitt/Carbon - 503de0d25d85700c86bd7d4aeaabca7e376f3b7f authored about 3 years ago by Kyle <[email protected]>
Fix PHPStan exceptions

github.com/briannesbitt/Carbon - cb20bc3cc51e900ad2ffc9d7306a33591b40a524 authored about 3 years ago by KyleKatarn <[email protected]>
Handle modify() return as null

github.com/briannesbitt/Carbon - b6e0b24272c4cfe466a842b0dd2c89f2ba59bebc authored about 3 years ago by KyleKatarn <[email protected]>
Extract add/sub logic

github.com/briannesbitt/Carbon - 973534830d2cb45e52bb69b2201f5e4decf7b95c authored about 3 years ago by KyleKatarn <[email protected]>
Exclude microsecond in PHP 8.1 from interval calculation

github.com/briannesbitt/Carbon - 12ce3f4488e6f352b0d31ed2ed734fbf076b621a authored about 3 years ago by KyleKatarn <[email protected]>
Rollback add using intervals

github.com/briannesbitt/Carbon - 3c77a1233e1e9886a233a3f4d939f27e95b7e1d3 authored about 3 years ago by KyleKatarn <[email protected]>
Mock time for testIsSameMicrosecond

github.com/briannesbitt/Carbon - 32eb7673e3de12835672a8aeab9f091b98e4d59d authored about 3 years ago by KyleKatarn <[email protected]>
Fix time mocking with dataProvider

github.com/briannesbitt/Carbon - d99c48bb20c3fbadfc7cd1779e96826988e1871c authored about 3 years ago by KyleKatarn <[email protected]>
Update CarbonInterface

github.com/briannesbitt/Carbon - 523bac63ae603f11176205bfb34ea9f6cd9dbf5d authored about 3 years ago by KyleKatarn <[email protected]>
Handle new fix for diff in PHP 8.1

github.com/briannesbitt/Carbon - 2f1ef6602f731517707051006379ff1c4e0ef26c authored about 3 years ago by KyleKatarn <[email protected]>
Fix __set_state test

github.com/briannesbitt/Carbon - cdd1c2d116051fcb67be69d6ae0f974cd8bbf4d1 authored about 3 years ago by KyleKatarn <[email protected]>
Add strong types to CarbonPeriod

Use static return instead of self

github.com/briannesbitt/Carbon - d137858c560e75c98cdbc5ec4e0d813b0531080a authored about 3 years ago by KyleKatarn <[email protected]>
Fix type casts

github.com/briannesbitt/Carbon - 811e8ee6e0acfeadebab42ca1be17548cade2f33 authored about 3 years ago by KyleKatarn <[email protected]>
Fallback interval unknown units

github.com/briannesbitt/Carbon - 85ceebaaa929d7f678deebefa5775e756a4751c3 authored about 3 years ago by kylekatarnls <[email protected]>
Expect DST interval to be fixed in PHP 8.1

github.com/briannesbitt/Carbon - 5d5d4c3392ba7b9883a40f0adeeebf8d760e02af authored about 3 years ago by KyleKatarn <[email protected]>
Allow to add and sub decimal numbers of any unit

github.com/briannesbitt/Carbon - aa124ac7499d6dd7abca9772ed2397c663587cfc authored about 3 years ago by kylekatarnls <[email protected]>
Allow negative numbers in CarbonInterval constructor

github.com/briannesbitt/Carbon - 58cf8600ff5a18cbd0901b77630ca7acba8ed274 authored about 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2518 from briannesbitt/merge-3.x-master

Merge 3.x master

github.com/briannesbitt/Carbon - 33ccae46784276295730d65042af0c35e2b6c87e authored about 3 years ago by Kyle <[email protected]>
Ignore CarbonPeriod from PHPStan analyse

github.com/briannesbitt/Carbon - e661141acd931450c671246eb7ad452a0707ae7d authored about 3 years ago by KyleKatarn <[email protected]>
Add PHPStan exceptions

github.com/briannesbitt/Carbon - 11f5042524a2d98f6785255a438a9c0030407e62 authored about 3 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/kylekatarnls/Carbon into merge-3.x-master

Conflicts:
.github/workflows/tests.yml

github.com/briannesbitt/Carbon - efab06db946ea5612aff6ca36c7dcb74f3effb81 authored about 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2517 from briannesbitt/test-classmap-authoritative

Add an env for normal tests with classmap-authoritative

github.com/briannesbitt/Carbon - 4218ff2d7bfe4dad794daf76a9aaba90e16213a6 authored about 3 years ago by Kyle <[email protected]>
Add an env for normal tests with classmap-authoritative

github.com/briannesbitt/Carbon - 7fdb07674787dd8ba5da930072002846ae508bb0 authored about 3 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/kylekatarnls/Carbon into merge-3.x-master

Conflicts:
.github/workflows/tests.yml
composer.json
phpstan.neon
phpunit.xml.dist
s...

github.com/briannesbitt/Carbon - 7c4797555ca8e680325b1ef194e704e9f3180042 authored about 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2510 from kylekatarnls/fix/phpstan-1.0

Support PHPStan 1.*

github.com/briannesbitt/Carbon - 2c074edef62859a7a99ca46b7bade664c6243b74 authored about 3 years ago by Kyle <[email protected]>
Add unit test for getTentativeReturnType()

github.com/briannesbitt/Carbon - 4eb1cee48512549aa8bbf663a20e27e72dcab5bd authored about 3 years ago by KyleKatarn <[email protected]>
Support classmap-authoritative for PHPStan Macro

github.com/briannesbitt/Carbon - d73c2776e542d3520cbdb3a12515b0fd2504973b authored about 3 years ago by KyleKatarn <[email protected]>
Support PHPStan 1.*

github.com/briannesbitt/Carbon - b8bffdddd30a566848e15184c7080bc811168353 authored about 3 years ago by KyleKatarn <[email protected]>
Ignore Macro.php from coverage

github.com/briannesbitt/Carbon - 349a4b0019cf7020d3051faeb869296a79129c54 authored about 3 years ago by KyleKatarn <[email protected]>
Fix PHPStan errors

github.com/briannesbitt/Carbon - 9f66ad4c63b1d6f491263392f5079178856c6065 authored about 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2516 from briannesbitt/fix/support-classmap-authoritative

Support classmap-authoritative composer option

github.com/briannesbitt/Carbon - 8c2a18ce3e67c34efc1b29f64fe61304368259a2 authored about 3 years ago by Kyle <[email protected]>
Fix code style

github.com/briannesbitt/Carbon - 846d7d1ce0389810fdbf04f21175b98c0bb69e7e authored about 3 years ago by KyleKatarn <[email protected]>
Make Translator declaration static

github.com/briannesbitt/Carbon - fcceb6fe475c85acd771d46f699cfd471f4daa67 authored about 3 years ago by KyleKatarn <[email protected]>
Add a CI check for classmap-authoritative

github.com/briannesbitt/Carbon - 55d72a6466a343363f25d9d3fa81fa5999a2a630 authored about 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2515 from briannesbitt/fix/translator-out

Move translator definition outside autoload

github.com/briannesbitt/Carbon - 67f34dc7a8a97fcb9b26e60ec3819b856764d60f authored about 3 years ago by Kyle <[email protected]>
Move translator definition outside autoload

github.com/briannesbitt/Carbon - ae4cd69f75af80ca6500b8b07c02d7666e7818e4 authored about 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2511 from lucasmichot/fix/abstract-translator

Make AbstractTranslator class actually abstract

github.com/briannesbitt/Carbon - 3de2d1837135c1dec3e6771813a54da50cf3f3bf authored about 3 years ago by Kyle <[email protected]>
AbstractTranslator.

github.com/briannesbitt/Carbon - d374bbb7f9a77bf43bef2ded5a398a10dad8578a authored about 3 years ago by Lucas Michot <[email protected]>
Merge pull request #2502 from briannesbitt/merge-master-3.x

Merge master 3.x

github.com/briannesbitt/Carbon - ac1556c78be5d33114031ca3cde2a6556371536c authored about 3 years ago by Kyle <[email protected]>
Place code-coverage annotation for Symfony 6 coverage

github.com/briannesbitt/Carbon - cfd91c9856843744e3249cae218df9ae6ed85c4a authored about 3 years ago by KyleKatarn <[email protected]>
Ignore NotLocaleAwareException which no longer happen with Symfony 6

github.com/briannesbitt/Carbon - 444b1f1f569fe8824cc18bdb37e55ef4066e93c7 authored about 3 years ago by KyleKatarn <[email protected]>
Fix NoLocaleTranslator compatibility

github.com/briannesbitt/Carbon - ea8f547e9308d280438c0c6ca957a938ed4d56e6 authored about 3 years ago by KyleKatarn <[email protected]>
Fix merge

github.com/briannesbitt/Carbon - b75beb5510af77ef0c773ee91ceb1e562b897b32 authored about 3 years ago by KyleKatarn <[email protected]>
Merge Symfony 6 support

github.com/briannesbitt/Carbon - 42213bd662d30d7edc62c9e9d9039c16b54fca27 authored about 3 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into merge-master-3.x

Conflicts:
composer.json
phpunit.xml.dist
src/Carbon/Translator.php

github.com/briannesbitt/Carbon - ddfd59305aa7d0ca0c76571a974d1f7f72d8eded authored about 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2509 from briannesbitt/feature/symfony6

Allow Symfony 6

github.com/briannesbitt/Carbon - b46249911cba301e9eb3f05af68cf2aacc1f9d05 authored about 3 years ago by Kyle <[email protected]>
Exclude Symfony 6 parts from coverage check

github.com/briannesbitt/Carbon - fc616d1abf3abdbe1151e2a174cf38b5636c9b31 authored about 3 years ago by KyleKatarn <[email protected]>
Ensure Translator class is loaded only once

github.com/briannesbitt/Carbon - 9dfe2b77dbb8b38ae5a5139c9b6b5386c609332c authored about 3 years ago by KyleKatarn <[email protected]>
Ensure Translator class is loaded only once

github.com/briannesbitt/Carbon - d3635e42dbb4584259d0f044c3237d1a28e96d52 authored about 3 years ago by KyleKatarn <[email protected]>
Allow to get closure from Symfony 6 catalogues

github.com/briannesbitt/Carbon - e8dc89ffa8358705447f02cb0b7eaa31d4c737ce authored about 3 years ago by KyleKatarn <[email protected]>
Use weak type if interface is not available

github.com/briannesbitt/Carbon - ce28c1660d479615ddf32c83d42bd403fa297842 authored about 3 years ago by KyleKatarn <[email protected]>
Restore initial signature for weak type

github.com/briannesbitt/Carbon - ed6e5e47c2662a70524a1d89913ed56a451fa9ea authored about 3 years ago by KyleKatarn <[email protected]>
Set locale on construct for Symfony 6 Translator

github.com/briannesbitt/Carbon - 08f3c1bc2c1ef7554cc198aac32da2259e482e01 authored about 3 years ago by KyleKatarn <[email protected]>
Load Translator with StrongType for Symfony 6

github.com/briannesbitt/Carbon - 105b30fc729ec4d9a3d9f51760de2e96b6c0dddd authored about 3 years ago by KyleKatarn <[email protected]>
feat: allow symfony/translate 6

github.com/briannesbitt/Carbon - dbe0f061a65d9b763111e52bdde939e273d48380 authored about 3 years ago by Christopher Georg <[email protected]>
Merge pull request #2506 from kylekatarnls/feature/issue-2505-nds-translations

Fix nds_DE translation

github.com/briannesbitt/Carbon - 126f2a87eeb29c942dfe792f601d3ce87714af69 authored about 3 years ago by Kyle <[email protected]>
Fix nds_DE

github.com/briannesbitt/Carbon - 36d95ba21c3e147f8f0712c86ce4ec066850db07 authored about 3 years ago by KyleKatarn <[email protected]>
Remove PHP 8.1 workaround

github.com/briannesbitt/Carbon - 7d357fc9d87862b29f116166527beb9326e886f2 authored about 3 years ago by kylekatarnls <[email protected]>
Merge branch 'master' of github.com:briannesbitt/Carbon into merge-master-3.x

Conflicts:
src/Carbon/Traits/Difference.php

github.com/briannesbitt/Carbon - 36af4bda5dc856524f72d7a6f7e587692cd53ef6 authored about 3 years ago by kylekatarnls <[email protected]>