Skip to content

Commit

Permalink
chore(deps): update root-composer
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 6a13576 commit e962b2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
],
"require": {
"php": "^7.4 || ^8.0",
"phpstan/phpstan": "^1.12"
"phpstan/phpstan": "^2.0"
},
"conflict": {
"azjezz/psl": "<1.6||>=4.0"
},
"require-dev": {
"azjezz/psl": "^1.6||^2.0||^3.0",
"composer/semver": "^3.3",
"nikic/php-parser": "^4.14.0",
"nikic/php-parser": "^5.0.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^9.6"
"phpstan/phpstan-phpunit": "^2.0.0",
"phpstan/phpstan-strict-rules": "^2.0.0",
"phpunit/phpunit": "^11.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit e962b2c

Please sign in to comment.