Skip to content

Commit

Permalink
Updated dependencies, implemented breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiergummi committed May 14, 2024
1 parent db7fabd commit 7453a2f
Show file tree
Hide file tree
Showing 9 changed files with 1,973 additions and 2,213 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@
}
},
"require": {
"php": "^8.2",
"php": "^8.3",
"ext-json": "*",
"elasticsearch/elasticsearch": "^7",
"illuminate/pagination": "^9|^10",
"illuminate/support": "^9|^10",
"illuminate/pagination": "^9|^10|^11",
"illuminate/support": "^9|^10|^11",
"monolog/monolog": "*",
"symfony/var-dumper": "*"
},
"require-dev": {
"illuminate/contracts": "^9|^10",
"illuminate/database": "^9|^10",
"illuminate/contracts": "^9|^10|^11",
"illuminate/database": "^9|^10|^11",
"jetbrains/phpstorm-attributes": "^1.0",
"laravel/lumen-framework": "^9|^10",
"laravel/scout": "^9|^10",
"laravel/lumen-framework": "^9|^10|^11",
"laravel/scout": "^9|^10|^11",
"matchory/laravel-server-timing": "^1.1",
"orchestra/testbench": "*",
"phpunit/phpunit": "^9.3",
"sentry/sentry-laravel": "^2|^3",
"vimeo/psalm": "^4.6"
"phpstan/phpstan": "^1.11"
},
"prefer-stable": true,
"extra": {
Expand Down
Loading

0 comments on commit 7453a2f

Please sign in to comment.