start using PHPUnit and test all this
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name" : "magdev/dossier",
|
||||
"type" : "project",
|
||||
"description" : "Create your dossier from Markdown files",
|
||||
"description" : "Create a personal dossier from Markdown files",
|
||||
"license" : "MIT",
|
||||
"authors" : [{
|
||||
"name" : "Marco Grätsch",
|
||||
@@ -13,6 +13,11 @@
|
||||
"Magdev\\Dossier\\" : "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev" : {
|
||||
"psr-4" : {
|
||||
"Magdev\\DossierTests\\" : "tests"
|
||||
}
|
||||
},
|
||||
"require" : {
|
||||
"php" : "~7.2",
|
||||
"ext-phar" : "*",
|
||||
@@ -39,6 +44,10 @@
|
||||
"pdfshift/pdfshift-php" : "~1.0.2",
|
||||
"raivisdejus/html-minifier" : "~0.5"
|
||||
},
|
||||
"require-dev" : {
|
||||
"wapmorgan/php-code-analyzer" : "^1.0",
|
||||
"phpunit/phpunit" : "~8.1"
|
||||
},
|
||||
"config" : {
|
||||
"bin-dir" : "bin"
|
||||
},
|
||||
@@ -64,8 +73,5 @@
|
||||
"url" : "git@github.com:magdev/console-form.git",
|
||||
"name" : "magdev/console-form"
|
||||
}
|
||||
],
|
||||
"require-dev" : {
|
||||
"wapmorgan/php-code-analyzer" : "^1.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user