Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webda2l committed Jan 2, 2024
1 parent cc8a83b commit 9e4487c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"require": {
"php": "^8.1",
"doctrine/persistence": "^1.3|^2.0|^3.0",
"symfony/config": "^5.4.30|6.3.10|^7.0",
"symfony/dependency-injection": "^5.4.30|6.3.10|^7.0",
"symfony/doctrine-bridge": "^5.4.30|6.3.10|^7.0",
"symfony/form": "^5.4.30|6.3.10|^7.0",
"symfony/http-kernel": "^5.4.30|6.3.10|^7.0"
"symfony/config": "^5.4.30|^6.3.10|^7.0",
"symfony/dependency-injection": "^5.4.30|^6.3.10|^7.0",
"symfony/doctrine-bridge": "^5.4.30|^6.3.10|^7.0",
"symfony/form": "^5.4.30|^6.3.10|^7.0",
"symfony/http-kernel": "^5.4.30|^6.3.10|^7.0"
},
"require-dev": {
"doctrine/orm": "^2.15",
Expand All @@ -31,9 +31,9 @@
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"rector/rector": "^0.18",
"symfony/cache": "^5.4.30|6.3.10|^7.0",
"symfony/phpunit-bridge": "^5.4.30|6.3.10|^7.0",
"symfony/validator": "^5.4.30|6.3.10|^7.0",
"symfony/cache": "^5.4.30|^6.3.10|^7.0",
"symfony/phpunit-bridge": "^5.4.30|^6.3.10|^7.0",
"symfony/validator": "^5.4.30|^6.3.10|^7.0",
"vimeo/psalm": "^5.18"
},
"suggest": {
Expand Down

0 comments on commit 9e4487c

Please sign in to comment.