Skip to content

Commit f8659ea

Browse files
committed
add branch alias and license to composer.json
1 parent 909019d commit f8659ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "PHP WebDriver for Selenium 2",
55
"keywords": ["selenium", "webdriver", "webtest", "browser"],
66
"homepage": "http://instaclick.com/torontotechjobs/",
7-
"license": "Apache",
7+
"license": "Apache-2.0",
88
"authors": [
99
{
1010
"name": "Justin Bishop",
@@ -24,5 +24,10 @@
2424
"psr-0": {
2525
"WebDriver": "lib/"
2626
}
27+
},
28+
"extra": {
29+
"branch-alias": {
30+
"dev-master": "1.0.x-dev"
31+
}
2732
}
2833
}

0 commit comments

Comments
 (0)