Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Pech committed Mar 24, 2021
1 parent c3d6377 commit d3439d8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"require": {
"php": "^7.1",
"doctrine/orm": "2.6.3",
"doctrine/dbal": "2.9.2",
"doctrine/common":"2.13.1",
"kdyby/console": "2.8.0",
"kdyby/annotations": "3.0.1",
"kdyby/doctrine-cache": "3.0.0",
"nette/di": "3.0.0",
"nette/utils": "3.1.0",
"nette/finder": "2.5.2"
"doctrine/orm": "^2.6.3",
"doctrine/dbal": "^2.9.2",
"doctrine/common":"^2.13.1",
"kdyby/console": "^2.7.1",
"kdyby/annotations": "^3.0",
"kdyby/doctrine-cache": "^3.0",
"nette/di": "^3.0",
"nette/utils": "~3.1.0",
"nette/finder": "^2.5"
},
"suggest": {
"kdyby/doctrine-magic-accessors": "Fast-prototyping magic accessors trait for Doctrine entities",
Expand All @@ -40,7 +40,7 @@
"nette/caching": "^3.0",
"nette/http": "^3.0",
"tracy/tracy": "^2.5",
"nette/tester": "2.2.0"
"nette/tester": "^2.2"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit d3439d8

Please sign in to comment.