Skip to content

Commit

Permalink
nextras orm is dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jan 1, 2021
1 parent 80b3caf commit 74fc4bd
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 @@ -7,10 +7,10 @@
],
"require": {
"php": "~7.1 || ~8.0",
"phpstan/phpstan": "^0.12.29",
"nextras/orm": "~4.0 || ~5.0@dev"
"phpstan/phpstan": "^0.12.29"
},
"require-dev": {
"nextras/orm": "~4.0 || ~5.0@dev",
"nette/tester": "^2.3.1"
},
"autoload": {
Expand Down

0 comments on commit 74fc4bd

Please sign in to comment.