Skip to content

Commit

Permalink
Composer: upgrade major version cron-systanx, use symfony/console 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 16, 2018
1 parent bcfaced commit cbbb30e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"require": {
"php": ">=7.1",
"dragonmantank/cron-expression": "^1.2.1",
"dragonmantank/cron-expression": "^2.2.0",
"nette/di": "^2.4.12",
"symfony/console": "^3.3.14 || ^4.0.0"
"symfony/console": "^4.2.0"
},
"require-dev": {
"ninjify/qa": "^0.8.0",
"ninjify/qa": "^0.9.0",
"mockery/mockery": "^1.2.0",
"phpunit/phpunit": "^7.5.1",
"tracy/tracy": "^2.5.5"
Expand Down

0 comments on commit cbbb30e

Please sign in to comment.