Skip to content

Commit

Permalink
bump minimum dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 4, 2024
1 parent c12daef commit 9c52c88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "MIT",
"minimum-stability": "dev",
"require": {
"php": ">=8.1.10",
"php": ">=8.3",
"ext-json": "*",
"symfony/config": "^5.4 | ^6.0 | ^7.0",
"symfony/dependency-injection": "^5.4 | ^6.0 | ^7.0",
"symfony/config": "^6.4.5 | ^7.0",
"symfony/dependency-injection": "^6.4.5 | ^7.0",
"symfony/deprecation-contracts": "^2.2 | ^3.0",
"symfony/http-kernel": "^5.4 | ^6.0 | ^7.0"
"symfony/http-kernel": "^6.4.5 | ^7.0"
},
"require-dev": {
"doctrine/orm": "^2.13",
"symfony/framework-bundle": "^5.4 | ^6.0 | ^7.0",
"symfony/phpunit-bridge": "^5.4 | ^6.0 | ^7.0",
"symfony/framework-bundle": "^6.4.5 | ^7.0",
"symfony/phpunit-bridge": "^6.4.5 | ^7.0",
"doctrine/doctrine-bundle": "^2.8",
"doctrine/annotations": "^1.0",
"phpstan/phpstan": "^1.11.x-dev"
Expand Down

0 comments on commit 9c52c88

Please sign in to comment.