Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasReker committed Dec 21, 2024
1 parent 98c3e44 commit cf4e468
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 324 deletions.
22 changes: 10 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "php-svg-optimizer is a PHP library designed to optimize SVG files by applying various transformations and cleanup operations.",
"license": "MIT",
"type": "library",
"version": "5.0.1",
"version": "5.0.2",
"keywords": [
"optimize",
"svg",
Expand All @@ -23,22 +23,20 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^2.45",
"ergebnis/phpstan-rules": "^2.5",
"friendsofphp/php-cs-fixer": "^3.65",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^11.5",
"povils/phpmnd": "^3.5",
"rector/rector": "^1.2",
"shipmonk/phpstan-rules": "^3.2",
"slam/phpstan-extensions": "^6.5",
"rector/rector": "^2.0",
"shipmonk/phpstan-rules": "^4.1",
"slam/phpstan-extensions": "^6.6",
"squizlabs/php_codesniffer": "^4.0.x-dev",
"symplify/phpstan-rules": "^13.0",
"tomasvotruba/cognitive-complexity": "^0.2",
"voku/phpstan-rules": "^3.5"
"symplify/phpstan-rules": "^14.1",
"tomasvotruba/cognitive-complexity": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit cf4e468

Please sign in to comment.