Skip to content

Commit

Permalink
composer update (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Mar 2, 2024
1 parent 94f2670 commit 33701fb
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 786 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
env:
extensions: curl, dom, imagick, json, libxml, mbstring

Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
"Imagick"
],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-fileinfo": "*",
"fylax/forceutf8": "^3.0.1",
"php-ffmpeg/php-ffmpeg": "^1.0",
"thecodingmachine/safe": "^2.2"
"fylax/forceutf8": "^3.0.3",
"php-ffmpeg/php-ffmpeg": "^1.2",
"thecodingmachine/safe": "^2.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"infection/infection": "^0.26.13",
"lychee-org/phpstan-lychee": "^1.0.1",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpmd/phpmd": "^2.9",
"friendsofphp/php-cs-fixer": "^3.51",
"infection/infection": "^0.27.10",
"lychee-org/phpstan-lychee": "^1.0.3",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpmd/phpmd": "^2.15",
"phpunit/phpunit": "^9.5.10",
"squizlabs/php_codesniffer": "^3.5",
"squizlabs/php_codesniffer": "^3.9",
"thecodingmachine/phpstan-safe-rule": "^1.2"
},
"suggest": {
Expand Down Expand Up @@ -76,7 +76,7 @@
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
},
"preferred-install": "dist",
"sort-packages": true,
Expand Down
Loading

0 comments on commit 33701fb

Please sign in to comment.