Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b46a35cf6a | |||
|
|
87642e3e05 | ||
|
|
3ba32276cc | ||
|
|
e65aef7c8f |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,3 +5,5 @@ composer.lock
|
|||||||
composer.phar
|
composer.phar
|
||||||
coverage
|
coverage
|
||||||
vendor
|
vendor
|
||||||
|
|
||||||
|
composer
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "mashape/unirest-php",
|
"name": "bitmotor/unirest-php",
|
||||||
"description": "Unirest PHP",
|
"description": "Unirest PHP",
|
||||||
"keywords": ["rest", "curl", "http", "https", "client"],
|
"keywords": ["rest", "curl", "http", "https", "client"],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"homepage": "https://github.com/Mashape/unirest-php",
|
"homepage": "https://git.steeeg.de/bitmotor/unirest-php",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Mashape <opensource@mashape.com> (https://www.mashape.com)",
|
"author": "Mashape <opensource@mashape.com> (https://www.mashape.com)",
|
||||||
"require": {
|
"require": {
|
||||||
@@ -18,9 +18,7 @@
|
|||||||
"codeclimate/php-test-reporter": "0.1.*"
|
"codeclimate/php-test-reporter": "0.1.*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-4": { "Unirest\\": "src/Unirest" }
|
||||||
"Unirest\\": "src/"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"email": "opensource@mashape.com"
|
"email": "opensource@mashape.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user