Skip to content

Commit

Permalink
Composer: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 21, 2018
1 parent 1123243 commit 26a7421
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"license": "MIT",
"require": {
"php": ">=7.1",
"contributte/scheduler": "dev-master",
"contributte/mailing": "^0.1.0",
"dragonmantank/cron-expression": "1.2.1",
"nette/di": "^2.4",
"latte/latte": "^2.4",
"nette/application": "^2.4",
"nette/http": "^2.4"
"contributte/scheduler": "^0.4.0",
"contributte/mailing": "^0.2.0",
"dragonmantank/cron-expression": "^2.2.0",
"nette/di": "~2.4.14",
"latte/latte": "~2.4.8",
"nette/application": "~2.4.13",
"nette/http": "^2.4.10"
},
"require-dev": {
"ninjify/qa": "^0.8.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^5.7.25"
"mockery/mockery": "^1.2.0",
"phpunit/phpunit": "^7.5.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 26a7421

Please sign in to comment.