Skip to content

Commit 7453a2f

Browse files
committed
Updated dependencies, implemented breaking changes
1 parent db7fabd commit 7453a2f

File tree

9 files changed

+1973
-2213
lines changed

9 files changed

+1973
-2213
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@
4747
}
4848
},
4949
"require": {
50-
"php": "^8.2",
50+
"php": "^8.3",
5151
"ext-json": "*",
5252
"elasticsearch/elasticsearch": "^7",
53-
"illuminate/pagination": "^9|^10",
54-
"illuminate/support": "^9|^10",
53+
"illuminate/pagination": "^9|^10|^11",
54+
"illuminate/support": "^9|^10|^11",
5555
"monolog/monolog": "*",
5656
"symfony/var-dumper": "*"
5757
},
5858
"require-dev": {
59-
"illuminate/contracts": "^9|^10",
60-
"illuminate/database": "^9|^10",
59+
"illuminate/contracts": "^9|^10|^11",
60+
"illuminate/database": "^9|^10|^11",
6161
"jetbrains/phpstorm-attributes": "^1.0",
62-
"laravel/lumen-framework": "^9|^10",
63-
"laravel/scout": "^9|^10",
62+
"laravel/lumen-framework": "^9|^10|^11",
63+
"laravel/scout": "^9|^10|^11",
6464
"matchory/laravel-server-timing": "^1.1",
6565
"orchestra/testbench": "*",
6666
"phpunit/phpunit": "^9.3",
6767
"sentry/sentry-laravel": "^2|^3",
68-
"vimeo/psalm": "^4.6"
68+
"phpstan/phpstan": "^1.11"
6969
},
7070
"prefer-stable": true,
7171
"extra": {

0 commit comments

Comments
 (0)