Skip to content

Commit 63ea701

Browse files
committed
Fix requirements
1 parent fd698ba commit 63ea701

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"doctrine/orm": "2.6 - 3.0"
14+
"doctrine/orm": ">=2.6"
1515
},
1616
"require-dev": {
17-
"nette/forms": "^3.0"
17+
"nette/forms": ">=3.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)