Skip to content

Commit 28cc2c7

Browse files
committed
Fix dependency lock
1 parent 63ea701 commit 28cc2c7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010
}
1111
],
1212
"minimum-stability": "stable",
13-
"require": {
14-
"doctrine/orm": ">=2.6"
15-
},
1613
"require-dev": {
17-
"nette/forms": ">=3.0"
14+
"nette/forms": ">=3.0",
15+
"doctrine/orm": ">=2.6"
1816
},
1917
"autoload": {
2018
"psr-4": {

0 commit comments

Comments
 (0)