D3r1ck01 has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/373418 )

Change subject: Update to composer.json to use more API based dependencies
......................................................................


Update to composer.json to use more API based dependencies

Added more SendGrid's API based dependencies for composer.

Change-Id: Iab8defbad66a466a4d1a216358b8972a1821dc02
---
M composer.json
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  D3r1ck01: Verified; Looks good to me, approved



diff --git a/composer.json b/composer.json
index 097771d..4b7096e 100644
--- a/composer.json
+++ b/composer.json
@@ -1,13 +1,13 @@
 {
     "name": "mediawiki/sendgrid",
     "require": {
+        "php": ">=5.6",
         "sendgrid/sendgrid": "~6.0",
-        "php-http/httplug": "^1.0",
-        "php-http/discovery": "^0.8"
+        "sendgrid/php-http-client": "~3.7"
     },
     "require-dev": {
-        "jakub-onderka/php-parallel-lint": "0.9.2",
-        "phpunit/phpunit": "~4.6",
+        "phpunit/phpunit": "4.*",
+        "squizlabs/php_codesniffer": "2.*",
         "jakub-onderka/php-console-highlighter": "0.3.2"
     },
     "scripts": {

-- 
To view, visit https://gerrit.wikimedia.org/r/373418
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iab8defbad66a466a4d1a216358b8972a1821dc02
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SendGrid
Gerrit-Branch: master
Gerrit-Owner: D3r1ck01 <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to