Skip to content

Commit

Permalink
Merge pull request #2 from globalis-ms/develop
Browse files Browse the repository at this point in the history
Fix composer dependencies: rmccue/requests
  • Loading branch information
pierre-dargham authored Nov 2, 2018
2 parents 03467cd + 31177c5 commit 1a67d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"issues": "https://github.com/globalis-ms/wp-cubi-robo/issues"
},
"require": {
"globalis/robo-task": "^1.1.0"
"globalis/robo-task": "^1.1.0",
"rmccue/requests" : "~1.6"
},
"require-dev": {
"rmccue/requests" : "~1.6",
"squizlabs/php_codesniffer": "^2.5.1"
},
"autoload": {
Expand Down

0 comments on commit 1a67d32

Please sign in to comment.