Skip to content

Commit

Permalink
Merge pull request #5529 from wp-cli/fix/bump-requests-requirement-to…
Browse files Browse the repository at this point in the history
…-1-8-0

Require v1.8 of `Requests`
  • Loading branch information
schlessera committed May 13, 2021
2 parents 64896fb + d21a4ab commit 4c4746d
Show file tree
Hide file tree
Showing 2 changed files with 3,179 additions and 3,174 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"php": "^5.6 || ^7.0 || ^8.0",
"ext-curl": "*",
"mustache/mustache": "~2.13",
"rmccue/requests": "~1.6",
"rmccue/requests": "^1.8",
"symfony/finder": ">2.7",
"wp-cli/mustangostang-spyc": "^0.6.3",
"wp-cli/php-cli-tools": "~0.11.2",
"wp-cli/wp-cli-tests": "^3.0.7"
"wp-cli/php-cli-tools": "~0.11.2"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"wp-cli/db-command": "^1.3 || ^2",
"wp-cli/entity-command": "^1.2 || ^2",
"wp-cli/extension-command": "^1.1 || ^2",
"wp-cli/package-command": "^1 || ^2"
"wp-cli/package-command": "^1 || ^2",
"wp-cli/wp-cli-tests": "^3.0.7"
},
"suggest": {
"ext-readline": "Include for a better --prompt implementation",
Expand Down
Loading

0 comments on commit 4c4746d

Please sign in to comment.