Skip to content

Commit

Permalink
Merge pull request #58 from trompette/update-require-dev-version-cons…
Browse files Browse the repository at this point in the history
…traints

Update require-dev version constraints
  • Loading branch information
trompette authored Mar 25, 2024
2 parents 350b51e + 848bbe4 commit aabdd49
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 aabdd49

Please sign in to comment.