We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9535df commit 155253bCopy full SHA for 155253b
2 files changed
composer.json
@@ -28,16 +28,16 @@
28
"Imagick"
29
],
30
"require": {
31
- "php": "^8.2",
+ "php": "^8.3",
32
"ext-fileinfo": "*",
33
"fylax/forceutf8": "^3.0.3",
34
"php-ffmpeg/php-ffmpeg": "^1.2",
35
- "thecodingmachine/safe": "^2.5"
+ "thecodingmachine/safe": "^3.0"
36
},
37
"require-dev": {
38
"friendsofphp/php-cs-fixer": "^3.51",
39
- "infection/infection": "^0.27.10",
40
- "lychee-org/phpstan-lychee": "^1.0.4",
+ "infection/infection": "^0.29.14",
+ "lychee-org/phpstan-lychee": "^2.0.0",
41
"php-parallel-lint/php-parallel-lint": "^1.3.2",
42
"phpmd/phpmd": "^2.15",
43
"phpunit/phpunit": "^9.5.10",
@@ -76,7 +76,7 @@
76
77
"config": {
78
"platform": {
79
- "php": "8.2"
+ "php": "8.3"
80
81
"preferred-install": "dist",
82
"sort-packages": true,
0 commit comments