You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
679 B
26 lines
679 B
{ |
|
"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" |
|
} |
|
}
|
|
|