4 Commits

Author SHA1 Message Date
b46a35cf6a composer.json angepasst
Die Package Information so gesetzt, dass sie auf das neue Repository verweisen
2024-02-08 13:56:28 +01:00
Grischa Brockhaus
87642e3e05 psr-4 autoload 2021-06-02 14:50:16 +02:00
Grischa Brockhaus
3ba32276cc ignore composer installation 2021-06-02 14:29:41 +02:00
Grischa Brockhaus
e65aef7c8f Renaming 2021-06-02 14:15:36 +02:00
2 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@ composer.lock
composer.phar composer.phar
coverage coverage
vendor vendor
composer

View File

@@ -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"