Skip to content

Commit

Permalink
Move doctrine/orm to require
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky authored and stevelacey committed Jul 11, 2019
1 parent 53da6de commit b43949e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
{"name": "Steve Lacey", "email": "[email protected]"}
],
"require": {
"php": "^7.1"
"php": "^7.1",
"doctrine/orm": "^2.6"
},
"require-dev": {
"doctrine/orm": "^2.6",
"friendsofphp/php-cs-fixer": "^2.14",
"nesbot/carbon": "*",
"phpunit/phpunit": "^7.0 || ^8.0",
Expand Down

0 comments on commit b43949e

Please sign in to comment.