diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-07-28 20:23:25 -0400 |
---|---|---|
committer | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-07-28 20:23:25 -0400 |
commit | 224514ffceffc684f02885e5cb80d2dded430891 (patch) | |
tree | aff41dcf99be889f060f621638466ad7ef980135 | |
parent | f6c2b8fe79f3116fc8629005bcaff941b7ce2961 (diff) | |
download | php-sparkpost-224514ffceffc684f02885e5cb80d2dded430891.zip php-sparkpost-224514ffceffc684f02885e5cb80d2dded430891.tar.gz php-sparkpost-224514ffceffc684f02885e5cb80d2dded430891.tar.bz2 |
added php-http/message as dependency
-rw-r--r-- | composer.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json index ddc7ce7..c78bf2e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ }, "require": { "php": "^5.5 || ^7.0", - "psr/http-message": "^1.0", "php-http/httplug": "^1.0", "php-http/message": "^1.0", "php-http/client-implementation": "^1.0", |