Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Repflez committed Oct 26, 2023
1 parent 611834a commit dade71c
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 1,041 deletions.
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"require": {
"php": ">=8.0.0",
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",
"doctrine/dbal": "^2.6",
"hashids/hashids": "^4.0",
"illuminate/database": "^8.0",
"illuminate/translation": "^8.0",
"doctrine/dbal": "^3.7.1",
"hashids/hashids": "^5.0",
"illuminate/database": "^10.0",
"illuminate/translation": "^10.0",
"matthiasmullie/minify": "^1.3",
"nesbot/carbon": "^2.31",
"phroute/phroute": "^2.1",
"predis/predis": "^1.1",
"symfony/console": "^5.3",
"twig/twig": "^3.0",
"wohali/oauth2-discord-new": "^1.0"
"predis/predis": "^2.0",
"symfony/console": "^6.0",
"twig/twig": "^3.0"
},
"autoload": {
"classmap": [
Expand All @@ -31,6 +30,6 @@
"optimize-autoloader": true
},
"require-dev": {
"phpstan/phpstan": "^0.12"
"phpstan/phpstan": "^1.0"
}
}
Loading

0 comments on commit dade71c

Please sign in to comment.