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
|
||||
coverage
|
||||
vendor
|
||||
|
||||
composer
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "mashape/unirest-php",
|
||||
"name": "bitmotor/unirest-php",
|
||||
"description": "Unirest PHP",
|
||||
"keywords": ["rest", "curl", "http", "https", "client"],
|
||||
"type": "library",
|
||||
"homepage": "https://github.com/Mashape/unirest-php",
|
||||
"homepage": "https://git.steeeg.de/bitmotor/unirest-php",
|
||||
"license": "MIT",
|
||||
"author": "Mashape <opensource@mashape.com> (https://www.mashape.com)",
|
||||
"require": {
|
||||
@@ -18,9 +18,7 @@
|
||||
"codeclimate/php-test-reporter": "0.1.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Unirest\\": "src/"
|
||||
}
|
||||
"psr-4": { "Unirest\\": "src/Unirest" }
|
||||
},
|
||||
"support": {
|
||||
"email": "opensource@mashape.com"
|
||||
|
||||
Reference in New Issue
Block a user