Skip to content

Commit

Permalink
Update composer package nesbot/carbon to support Laravel 11 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
litruk committed Jul 8, 2024
1 parent aa2e507 commit 8cb5c5f
Show file tree
Hide file tree
Showing 3 changed files with 2,748 additions and 1,566 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
vendor
.phpunit.result.cache
.env

.idea
.phpunit.cache
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "myckhel/laravel-chat-system",
"description": "laravel chat system",
"license": "MIT",
"version": "1.0.0-beta3",
"authors": [
{
"name": "myckhel",
Expand All @@ -16,18 +17,17 @@
],
"require": {
"php": "^8.2",
"illuminate/support": "^10|~11",
"nesbot/carbon": "^2.50"
"nesbot/carbon": "^2.72.2|^3.0",
"illuminate/support": "^10|~11"
},
"scripts": {
"test": "./vendor/bin/pest"
},
"require-dev": {
"php": "^8.1",
"fakerphp/faker": "^1.23.0",
"orchestra/testbench": "^9",
"pestphp/pest": "^2.8",
"spatie/pest-plugin-test-time": "^2.0"
"spatie/pest-plugin-test-time": "^2.0",
"orchestra/testbench": "^9"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8cb5c5f

Please sign in to comment.