Browse Source

update p3k-http

pull/97/head
Aaron Parecki 4 years ago
parent
commit
dd024577f5
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 8 additions and 7 deletions
  1. +1
    -1
      composer.json
  2. +7
    -6
      composer.lock

+ 1
- 1
composer.json View File

@ -10,7 +10,7 @@
"indieweb/link-rel-parser": "0.1.*", "indieweb/link-rel-parser": "0.1.*",
"dg/twitter-php": "3.6.*", "dg/twitter-php": "3.6.*",
"p3k/timezone": "*", "p3k/timezone": "*",
"p3k/http": ">=0.1.8",
"p3k/http": ">=0.1.11",
"cebe/markdown": "1.1.*", "cebe/markdown": "1.1.*",
"p3k/picofeed": ">=0.1.35", "p3k/picofeed": ">=0.1.35",
"facebook/graph-sdk": "^5.5", "facebook/graph-sdk": "^5.5",

+ 7
- 6
composer.lock View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "60604185413cecbcffb5e6cd9525c6fc",
"content-hash": "8230eed3af012d294aec18a13a5202e7",
"packages": [ "packages": [
{ {
"name": "cebe/markdown", "name": "cebe/markdown",
@ -384,16 +384,16 @@
}, },
{ {
"name": "p3k/http", "name": "p3k/http",
"version": "0.1.8",
"version": "0.1.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aaronpk/p3k-http.git", "url": "https://github.com/aaronpk/p3k-http.git",
"reference": "a43977636d7a930080009eddda06994037c88fd7"
"reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/a43977636d7a930080009eddda06994037c88fd7",
"reference": "a43977636d7a930080009eddda06994037c88fd7",
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/24d28287e0c5606aa45b23c6e3c17628d89468f7",
"reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -418,7 +418,7 @@
], ],
"description": "A simple wrapper API around the PHP curl functions", "description": "A simple wrapper API around the PHP curl functions",
"homepage": "https://github.com/aaronpk/p3k-http", "homepage": "https://github.com/aaronpk/p3k-http",
"time": "2019-06-15T20:49:26+00:00"
"time": "2020-02-19T03:00:09+00:00"
}, },
{ {
"name": "p3k/picofeed", "name": "p3k/picofeed",
@ -551,6 +551,7 @@
"xml", "xml",
"zf" "zf"
], ],
"abandoned": "laminas/laminas-xml",
"time": "2019-01-22T19:42:14+00:00" "time": "2019-01-22T19:42:14+00:00"
} }
], ],

Loading…
Cancel
Save