PluginProbe
MakeCommerce for WooCommerce / 2.2.2
MakeCommerce for WooCommerce v2.2.2
4.1.0 4.0.8 trunk 1.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 All 96 releases
makecommerce / includes / vendor / composer / installed.json

installed.json in MakeCommerce for WooCommerce 2.2.2, at includes/vendor/composer/installed.json

55 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "name": "nategood/httpful",
4 "version": "0.2.20",
5 "version_normalized": "0.2.20.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/nategood/httpful.git",
9 "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
14 "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
15 "shasum": ""
16 },
17 "require": {
18 "ext-curl": "*",
19 "php": ">=5.3"
20 },
21 "require-dev": {
22 "phpunit/phpunit": "*"
23 },
24 "time": "2015-10-26 16:11:30",
25 "type": "library",
26 "installation-source": "dist",
27 "autoload": {
28 "psr-0": {
29 "Httpful": "src/"
30 }
31 },
32 "notification-url": "https://packagist.org/downloads/",
33 "license": [
34 "MIT"
35 ],
36 "authors": [
37 {
38 "name": "Nate Good",
39 "email": "me@nategood.com",
40 "homepage": "http://nategood.com"
41 }
42 ],
43 "description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
44 "homepage": "http://github.com/nategood/httpful",
45 "keywords": [
46 "api",
47 "curl",
48 "http",
49 "requests",
50 "rest",
51 "restful"
52 ]
53 }
54 ]
55