-
- Downloads
Initial commit
parents
No related branches found
No related tags found
.eproject
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "hab/pica-auth", | |||
"description": "A collection of authentication modules for Pica based library systems", | |||
"license": "GPL-3.0+", | |||
"authors": [ | |||
{ "name": "David Maus", "email": "maus@hab.de", "role": "Developer" } | |||
], | |||
"autoload": { | |||
"psr-0": { | |||
"HAB": "src/" | |||
} | |||
}, | |||
"require": { | |||
"guzzlehttp/guzzle": "~5.0" | |||
} | |||
} |
Please register or sign in to comment