Skip to content

Commit

Permalink
Merge 907a444 into 98f54c5
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek committed May 30, 2019
2 parents 98f54c5 + 907a444 commit 7e8abc1
Show file tree
Hide file tree
Showing 11 changed files with 467 additions and 172 deletions.
18 changes: 9 additions & 9 deletions composer.json
Expand Up @@ -19,17 +19,17 @@
],
"require": {
"php": "^7.1 || ^7.2 || ^7.3",
"nette/di": "^2.4.15@dev",
"kdyby/strict-objects": "^1.0",
"monolog/monolog": "^1.10",
"tracy/tracy": "^2.6@dev"
"nette/di": "^3.0",
"kdyby/strict-objects": "^2.0",
"monolog/monolog": "^2.0",
"tracy/tracy": "^3.0"
},
"require-dev": {
"nette/application": "^2.4@dev",
"nette/bootstrap": "^2.4@dev",
"nette/caching": "^2.5@dev",
"nette/http": "^2.4@dev",
"nette/tester": "~2.1@dev",
"nette/application": "^3.0",
"nette/bootstrap": "^3.0",
"nette/caching": "^3.0",
"nette/http": "^3.0",
"nette/tester": "^2.2",
"phpstan/phpstan-shim": "^0.11.0@dev"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 7e8abc1

Please sign in to comment.