Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseekn committed Aug 22, 2023
1 parent 19c418c commit 5d03106
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 745 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"illuminate/database": "9.x-dev",
"illuminate/support": "9.x-dev",
"nesbot/carbon": "dev-master"
"illuminate/database": "^10.20",
"illuminate/support": "^10.20",
"nesbot/carbon": "^2.69"
},
"require-dev": {
"phpunit/phpunit": "9.6.x-dev"
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5d03106

Please sign in to comment.