Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Li authored Feb 28, 2018
1 parent 39797ee commit 77cbc13
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.2",
"nicmart/string-template": "~0.1",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~6.0"
"nicmart/string-template": "~0.1"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0"
},
"autoload": {
"psr-4": {
"AnomalyLab\\LuminousSMS\\": "src/"
Expand Down

0 comments on commit 77cbc13

Please sign in to comment.