Skip to content

Commit 2bd3b7a

Browse files
committed
Merge pull request Element-34#34 from adam-lynch/composer
Added autoload specifications to composer JSON
2 parents 762d8c3 + 68ffaf0 commit 2bd3b7a

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

composer.json

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
{
2-
"name": "element-34/php-webdriver",
3-
"description": "Thin php client for webdriver",
4-
"type": "library",
5-
"keywords": [
6-
"PHP",
7-
"Selenium",
8-
"WebDriver"
9-
],
10-
"homepage": "https://github.com/Element-34/php-webdriver",
11-
"authors": [
12-
{
13-
"name": "Adam Goucher",
14-
"email": "[email protected]",
15-
"role": "lead"
16-
}
17-
],
18-
"license": "Apache-2.0",
19-
"support": {
20-
"issues": "https://github.com/Element-34/php-webdriver/issues"
21-
}
2+
"name": "element-34/php-webdriver",
3+
"description": "Thin php client for webdriver",
4+
"type": "library",
5+
"keywords": [
6+
"PHP",
7+
"Selenium",
8+
"WebDriver"
9+
],
10+
"homepage": "https://github.com/Element-34/php-webdriver",
11+
"authors": [
12+
{
13+
"name": "Adam Goucher",
14+
"email": "[email protected]",
15+
"role": "lead"
16+
}
17+
],
18+
"autoload": {
19+
"classmap": ["PHPWebDriver", "test", "www"]
20+
},
21+
"license": "Apache-2.0",
22+
"support": {
23+
"issues": "https://github.com/Element-34/php-webdriver/issues"
24+
}
2225
}

0 commit comments

Comments
 (0)