Skip to content

Commit

Permalink
Update Doctrine Persistence.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Apr 20, 2022
1 parent 2548a9e commit f322c22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
}
},
"require": {
"php": "^8.0",
"php": ">=8.0",
"doctrine/collections": ">1",
"doctrine/inflector": "^2",
"doctrine/orm": "^2",
"doctrine/persistence": "^2",
"doctrine/persistence": "^2|^3",
"symfony/serializer": "^5|^6"
},
"require-dev": {
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-console-highlighter": "^1",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan": "^1",
"roave/security-advisories": "dev-master"
},
"config": {
Expand Down

0 comments on commit f322c22

Please sign in to comment.