Skip to content

Commit 155253b

Browse files
committed
update dependencies
1 parent b9535df commit 155253b

File tree

2 files changed

+650
-511
lines changed

2 files changed

+650
-511
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"Imagick"
2929
],
3030
"require": {
31-
"php": "^8.2",
31+
"php": "^8.3",
3232
"ext-fileinfo": "*",
3333
"fylax/forceutf8": "^3.0.3",
3434
"php-ffmpeg/php-ffmpeg": "^1.2",
35-
"thecodingmachine/safe": "^2.5"
35+
"thecodingmachine/safe": "^3.0"
3636
},
3737
"require-dev": {
3838
"friendsofphp/php-cs-fixer": "^3.51",
39-
"infection/infection": "^0.27.10",
40-
"lychee-org/phpstan-lychee": "^1.0.4",
39+
"infection/infection": "^0.29.14",
40+
"lychee-org/phpstan-lychee": "^2.0.0",
4141
"php-parallel-lint/php-parallel-lint": "^1.3.2",
4242
"phpmd/phpmd": "^2.15",
4343
"phpunit/phpunit": "^9.5.10",
@@ -76,7 +76,7 @@
7676
},
7777
"config": {
7878
"platform": {
79-
"php": "8.2"
79+
"php": "8.3"
8080
},
8181
"preferred-install": "dist",
8282
"sort-packages": true,

0 commit comments

Comments
 (0)