Compare commits
No commits in common. "master" and "v1.0" have entirely different histories.
@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "postman/postman",
|
|
||||||
"description": "Postman for PHP library.",
|
|
||||||
"keywords": ["postman", "mail"],
|
|
||||||
"license": "MIT",
|
|
||||||
"homepage":"https://postman.prmail.vn",
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Adam Cooke",
|
|
||||||
"email": "me@adamcooke.io"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Nikkel",
|
|
||||||
"email": "nikkel@prmail.vn"
|
|
||||||
}
|
|
||||||
|
|
||||||
],
|
|
||||||
"type": "library",
|
|
||||||
"require": {
|
|
||||||
"php": ">=5.4",
|
|
||||||
"rmccue/requests": ">=1.0"
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Postman\\": "src/"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
70
composer.lock
generated
70
composer.lock
generated
@ -1,70 +0,0 @@
|
|||||||
{
|
|
||||||
"_readme": [
|
|
||||||
"This file locks the dependencies of your project to a known state",
|
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
||||||
"This file is @generated automatically"
|
|
||||||
],
|
|
||||||
"hash": "0d06bc2ec0bda6e83d75537c78494860",
|
|
||||||
"content-hash": "c801e2b5e2889d32485c50e7507e899d",
|
|
||||||
"packages": [
|
|
||||||
{
|
|
||||||
"name": "rmccue/requests",
|
|
||||||
"version": "v1.7.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/rmccue/Requests.git",
|
|
||||||
"reference": "87932f52ffad70504d93f04f15690cf16a089546"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
|
|
||||||
"reference": "87932f52ffad70504d93f04f15690cf16a089546",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=5.2"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"requests/test-server": "dev-master"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-0": {
|
|
||||||
"Requests": "library/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"ISC"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ryan McCue",
|
|
||||||
"homepage": "http://ryanmccue.info"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "A HTTP library written in PHP, for human beings.",
|
|
||||||
"homepage": "http://github.com/rmccue/Requests",
|
|
||||||
"keywords": [
|
|
||||||
"curl",
|
|
||||||
"fsockopen",
|
|
||||||
"http",
|
|
||||||
"idna",
|
|
||||||
"ipv6",
|
|
||||||
"iri",
|
|
||||||
"sockets"
|
|
||||||
],
|
|
||||||
"time": "2016-10-13 00:11:37"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packages-dev": [],
|
|
||||||
"aliases": [],
|
|
||||||
"minimum-stability": "stable",
|
|
||||||
"stability-flags": [],
|
|
||||||
"prefer-stable": false,
|
|
||||||
"prefer-lowest": false,
|
|
||||||
"platform": {
|
|
||||||
"php": ">=5.4"
|
|
||||||
},
|
|
||||||
"platform-dev": []
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user