Skip to content

Commit

Permalink
Uses Carbon ^3.0 instead of ^3.0.0-beta.3@beta (#49857)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Jan 26, 2024
1 parent b715f46 commit f0758bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer require nesbot/carbon:^3.0.0-beta.3@beta --no-interaction --no-update
command: composer require nesbot/carbon:^3.0 --no-interaction --no-update

- name: Set PHPUnit
uses: nick-fields/retry@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"league/commonmark": "^2.2.1",
"league/flysystem": "^3.8.0",
"monolog/monolog": "^3.0",
"nesbot/carbon": "^2.72.2|^3.0.0-beta.3@beta",
"nesbot/carbon": "^2.72.2|^3.0",
"nunomaduro/termwind": "^2.0",
"psr/container": "^1.1.1|^2.0.1",
"psr/log": "^1.0|^2.0|^3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"illuminate/conditionable": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/macroable": "^11.0",
"nesbot/carbon": "^2.72.2|^3.0.0-beta.3@beta",
"nesbot/carbon": "^2.72.2|^3.0",
"voku/portable-ascii": "^2.0"
},
"conflict": {
Expand Down

0 comments on commit f0758bc

Please sign in to comment.