PasswordCards/composer.json

26 lines
640 B
JSON
Raw Normal View History

2015-03-16 15:36:07 +01:00
{
"name": "raphiz/passwordcards",
2015-04-17 11:33:03 +02:00
"description" : "Generate customized password cards in the spirit of Qwertycards.com",
2015-03-16 15:36:07 +01:00
"require": {
2015-08-14 20:40:45 +02:00
"tecnick.com/tcpdf": "6.2.11",
2015-03-16 15:36:07 +01:00
"rain/raintpl": "3.1.0"
},
"require-dev": {
2015-08-14 20:40:45 +02:00
"phpunit/phpunit": "4.8.3",
"codeclimate/php-test-reporter": "dev-master"
2015-03-16 15:36:07 +01:00
},
"license": "MIT",
"authors": [
{
"name": "Raphael Zimmermann",
"email": "mister.norbert@gmail.com"
}
],
"autoload": {
"psr-4": { "raphiz\\passwordcards\\": "src/" }
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}