Skip to content

Commit 34c5877

Browse files
committed
Add composer support
1 parent 175cd2d commit 34c5877

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "digital-products/codeception-visualception",
3+
"description": "A module for Codeception to test visual changes on web pages",
4+
"homepage": "https://github.com/DigitalProducts/codeception-module-visualception",
5+
"license": "Apache-2.0",
6+
"require": {
7+
"php": ">=5.3.0"
8+
},
9+
"autoload": {
10+
"classmap": ["module/"]
11+
}
12+
}

0 commit comments

Comments
 (0)