Skip to content

Commit 33701fb

Browse files
authored
composer update (#69)
1 parent 94f2670 commit 33701fb

File tree

3 files changed

+586
-786
lines changed

3 files changed

+586
-786
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
php-version:
97-
- "8.1"
9897
- "8.2"
98+
- "8.3"
9999
env:
100100
extensions: curl, dom, imagick, json, libxml, mbstring
101101

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"Imagick"
2929
],
3030
"require": {
31-
"php": "^8.1",
31+
"php": "^8.2",
3232
"ext-fileinfo": "*",
33-
"fylax/forceutf8": "^3.0.1",
34-
"php-ffmpeg/php-ffmpeg": "^1.0",
35-
"thecodingmachine/safe": "^2.2"
33+
"fylax/forceutf8": "^3.0.3",
34+
"php-ffmpeg/php-ffmpeg": "^1.2",
35+
"thecodingmachine/safe": "^2.5"
3636
},
3737
"require-dev": {
38-
"friendsofphp/php-cs-fixer": "^3.3",
39-
"infection/infection": "^0.26.13",
40-
"lychee-org/phpstan-lychee": "^1.0.1",
41-
"php-parallel-lint/php-parallel-lint": "^1.2",
42-
"phpmd/phpmd": "^2.9",
38+
"friendsofphp/php-cs-fixer": "^3.51",
39+
"infection/infection": "^0.27.10",
40+
"lychee-org/phpstan-lychee": "^1.0.3",
41+
"php-parallel-lint/php-parallel-lint": "^1.3.2",
42+
"phpmd/phpmd": "^2.15",
4343
"phpunit/phpunit": "^9.5.10",
44-
"squizlabs/php_codesniffer": "^3.5",
44+
"squizlabs/php_codesniffer": "^3.9",
4545
"thecodingmachine/phpstan-safe-rule": "^1.2"
4646
},
4747
"suggest": {
@@ -76,7 +76,7 @@
7676
},
7777
"config": {
7878
"platform": {
79-
"php": "8.1"
79+
"php": "8.2"
8080
},
8181
"preferred-install": "dist",
8282
"sort-packages": true,

0 commit comments

Comments
 (0)