Skip to content

Commit

Permalink
Update require-dev version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
trompette committed Mar 25, 2024
1 parent 350b51e commit 848bbe4
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 @@ -32,14 +32,14 @@
"ext-sqlite3": "*",
"doctrine/orm": ">=2.19",
"phpunit/phpunit": "^10.5",
"phpspec/prophecy-phpunit": "^2.0",
"phpspec/prophecy-phpunit": "^2.2",
"symfony/dependency-injection": ">=5.4",
"symfony/http-kernel": ">=5.4",
"phpstan/phpstan": "^1.9",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-beberlei-assert": "^1.0",
"phpstan/phpstan": "^1.10",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-beberlei-assert": "^1.1",
"jangregor/phpstan-prophecy": "^1.0",
"phpstan/phpstan-symfony": "^1.2",
"phpstan/phpstan-symfony": "^1.3",
"phpstan/phpstan-phpunit": "^1.3"
},
"suggest": {
Expand Down

0 comments on commit 848bbe4

Please sign in to comment.