Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Mar 2, 2024
1 parent 94f2670 commit 1a5d4b2
Show file tree
Hide file tree
Showing 2 changed files with 585 additions and 785 deletions.
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 1a5d4b2

Please sign in to comment.