Skip to content

Commit

Permalink
Move serializer to require dev, add Doctrine bundle (#57)
Browse files Browse the repository at this point in the history
* Move serializer to require dev

* Add DoctrineBundle
  • Loading branch information
HypeMC committed Mar 10, 2023
1 parent fc93e69 commit 823fd29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,20 @@
"require": {
"php": ">=8.1",
"doctrine/annotations": "^1.13",
"doctrine/doctrine-bundle": "^2.1",
"doctrine/orm": "^2.8",
"symfony/config": "^5.4 || ^6.2",
"symfony/console": "^5.4 || ^6.2",
"symfony/dependency-injection": "^5.4 || ^6.2",
"symfony/expression-language": "^5.4 || ^6.2",
"symfony/http-kernel": "^5.4 || ^6.2",
"symfony/property-access": "^5.4 || ^6.2",
"symfony/routing": "^5.4 || ^6.2",
"symfony/serializer": "^5.4 || ^6.2"
"symfony/routing": "^5.4 || ^6.2"
},
"require-dev": {
"symfony/framework-bundle": "^5.4 || ^6.2",
"symfony/phpunit-bridge": "^6.2"
"symfony/phpunit-bridge": "^6.2",
"symfony/serializer": "^5.4 || ^6.2"
},
"scripts": {
"test": "simple-phpunit"
Expand Down

0 comments on commit 823fd29

Please sign in to comment.