Daniel Siepmann
138789a4af
Do not include output logic into services. Also do not couple comparison with crawling. Use Symfony Events to connect features.
26 lines
679 B
JSON
26 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"
|
|
}
|
|
}
|