Skip to content

Commit

Permalink
chore(composer): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Sep 22, 2019
1 parent 58c31fd commit 89c6980
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"require": {
"php": ">=7.0",
"adhocore/jwt": "^0.0",
"adhocore/cli": "^0.1",
"adhocore/cron-expr": "^0.0"
"adhocore/jwt": "^0.1",
"adhocore/cli": "^0.5",
"adhocore/cron-expr": "^0.1"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
Expand All @@ -43,5 +43,6 @@
}
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}

0 comments on commit 89c6980

Please sign in to comment.