Skip to content

Commit

Permalink
composer.json: do not support nette/forms >= 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Jan 26, 2021
1 parent 38cb09b commit 4c8e569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"php": ">=7.2",
"contributte/application": "^0.5.0",
"nette/di": "^3.0.0",
"nette/forms": "^3.0.1",
"nette/forms": ">=3.0.1 <3.1.0",
"nette/utils": "^3.0.1",
"symfony/property-access": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
Expand Down

0 comments on commit 4c8e569

Please sign in to comment.