added nategood/httpful to composer in core

This commit is contained in:
alex
2018-09-13 09:51:28 +02:00
parent 352ccf530c
commit 6695bf027e
2 changed files with 54 additions and 2 deletions
+2
View File
@@ -267,6 +267,8 @@
"ml/json-ld": "1.*",
"mottie/tablesorter": "^2.29",
"nategood/httpful": "^0.2.20",
"netcarver/textile": "^3.5",
"nicolaskruchten/pivottable": "^2.15.0",
Generated
+52 -2
View File
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "0a7b99cf08f40f15cad6397a2097d834",
"content-hash": "4065f6ebe38d16462908ebbdac8adf7d",
"hash": "e5e3e110545316baa4087a8e1a283a7c",
"content-hash": "e191f9af8e2103de78eaa130122ec72b",
"packages": [
{
"name": "BlackrockDigital/startbootstrap-sb-admin-2",
@@ -1159,6 +1159,56 @@
],
"time": "2018-07-10 13:32:19"
},
{
"name": "nategood/httpful",
"version": "0.2.20",
"source": {
"type": "git",
"url": "https://github.com/nategood/httpful.git",
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Httpful": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nate Good",
"email": "me@nategood.com",
"homepage": "http://nategood.com"
}
],
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
"homepage": "http://github.com/nategood/httpful",
"keywords": [
"api",
"curl",
"http",
"requests",
"rest",
"restful"
],
"time": "2015-10-26 16:11:30"
},
{
"name": "netcarver/textile",
"version": "v3.6.0",