Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Feb 23, 2025
1 parent 2e4918f commit 4598e50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"require": {
"php": "^7.4 || ^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
"phpstan/phpdoc-parser": "^2.0",
"phpstan/phpdoc-parser": "^2.1.0",
"squizlabs/php_codesniffer": "^3.11.3"
},
"require-dev": {
"phing/phing": "3.0.1",
"php-parallel-lint/php-parallel-lint": "1.4.0",
"phpstan/phpstan": "2.1.3",
"phpstan/phpstan": "2.1.6",
"phpstan/phpstan-deprecation-rules": "2.0.1",
"phpstan/phpstan-phpunit": "2.0.4",
"phpstan/phpstan-strict-rules": "2.0.3",
"phpunit/phpunit": "9.6.8|10.5.45|11.4.4|11.5.6|12.0.2"
"phpunit/phpunit": "9.6.8|10.5.45|11.4.4|11.5.9|12.0.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4598e50

Please sign in to comment.