website-comparison/composer.json
Daniel Siepmann 138789a4af
TASK: Refactor code
Do not include output logic into services.
Also do not couple comparison with crawling.

Use Symfony Events to connect features.
2018-09-03 12:40:29 +02:00

27 lines
679 B
JSON

{
"name": "codappix/website-comparison",
"description": "Compares a Website visually by comparing Screenshots.",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Daniel Siepmann",
"email": "coding@daniel-siepmann.de"
}
],
"autoload": {
"psr-4": {
"Codappix\\WebsiteComparison\\": "src/"
}
},
"require": {
"php": "^7.2",
"ext-imagick": "*",
"facebook/webdriver": "^1.6",
"symfony/console": "^4.1",
"symfony/process": "^4.1",
"guzzlehttp/psr7": "^1.4",
"symfony/event-dispatcher": "^4.1"
}
}