Skip to content

Commit

Permalink
Removed unused ublaboo/controls dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed Mar 1, 2017
1 parent 05d1e10 commit 68d3bb8
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions composer.json
Expand Up @@ -25,22 +25,21 @@
}
},
"require": {
"php" : "^5.6|^7.0",
"nette/application" : "^2.3",
"nette/utils" : ">=2.3.10",
"nette/forms" : "^2.3",
"ublaboo/responses" : "~1.0.0",
"ublaboo/controls" : "~1.0.1",
"php": "^5.6|^7.0",
"nette/application": "^2.3",
"nette/utils": ">=2.3.10",
"nette/forms": "^2.3",
"ublaboo/responses": "~1.0.0",
"symfony/property-access": "~3.0"
},
"require-dev": {
"nette/tester" : "^1.6.1",
"tracy/tracy" : "^2.3.0",
"mockery/mockery" : "~0.9",
"nette/tester": "^1.6.1",
"tracy/tracy": "^2.3.0",
"mockery/mockery": "~0.9",
"tharos/leanmapper": "~2.2.0",
"nextras/orm" : "~2.0",
"doctrine/orm" : "~2.5",
"nette/database" : "^2.3",
"dibi/dibi" : "^3.0"
"nextras/orm": "~2.0",
"doctrine/orm": "~2.5",
"nette/database": "^2.3",
"dibi/dibi": "^3.0"
}
}

0 comments on commit 68d3bb8

Please sign in to comment.