added some changes
LICENSE
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "finc/Dbis", | ||
"license": "GPL-2.0", | ||
"authors": [ | ||
{ | ||
"name": "Gregor Gawol", | ||
"email": "gawol@ub.uni-leipzig.de" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.1", | ||
"finc/dbis-client": "dev-master" | ||
}, | ||
"require-dev": { | ||
"http-interop/http-factory-guzzle": "^1.0", | ||
"php-http/mock-client": "^1.2", | ||
"php-http/guzzle6-adapter": "^2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"finc\\Fid\\Dbis\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"finc\\Fid\\Dbis\\": "tests/" | ||
} | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.1" | ||
} | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "git@git.sc.uni-leipzig.de:ubl/finc/fid/dbis-client.git" | ||
} | ||
], | ||
"scripts": { | ||
"test": "phpunit --bootstrap vendor/autoload.php tests" | ||
} | ||
} |
Please register or sign in to comment