25 lines
639 B
JSON
25 lines
639 B
JSON
{
|
|
"name": "raphiz/passwordcards",
|
|
"description" : "Generate customized password cards in the spirit of Qwertycards.com",
|
|
"require": {
|
|
"tecnick.com/tcpdf": "6.2.6",
|
|
"rain/raintpl": "3.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.5.0",
|
|
"codeclimate/php-test-reporter": "dev-master"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Raphael Zimmermann",
|
|
"email": "mister.norbert@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": { "raphiz\\passwordcards\\": "src/" }
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit"
|
|
}
|
|
}
|