24 lines
493 B
JSON
24 lines
493 B
JSON
|
{
|
||
|
"name": "raphiz/passwordcards",
|
||
|
"require": {
|
||
|
"tecnick.com/tcpdf": "6.2.6",
|
||
|
"rain/raintpl": "3.1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "4.5.0"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Raphael Zimmermann",
|
||
|
"email": "mister.norbert@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": { "raphiz\\passwordcards\\": "src/" }
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "vendor/bin/phpunit"
|
||
|
}
|
||
|
}
|