Skip to content

Commit 5c4c147

Browse files
committed
update composer.json and rename bin/webunit.php
1 parent 0196cdd commit 5c4c147

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

bin/webunit.php renamed to bin/webunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33
/**
4-
* Copyright 2011-2012 Anthon Pang. All Rights Reserved.
4+
* Copyright 2011-2013 Anthon Pang. All Rights Reserved.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

composer.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"name": "instaclick/php-webdriver",
33
"type": "library",
44
"description": "PHP WebDriver for Selenium 2",
5-
"keywords": ["selenium", "webdriver", "webtest", "browser"],
6-
"homepage": "http://instaclick.com/torontotechjobs/",
5+
"keywords": [
6+
"selenium",
7+
"webdriver",
8+
"webtest",
9+
"browser"
10+
],
11+
"homepage": "http://instaclick.com/",
712
"license": "Apache-2.0",
813
"authors": [
914
{
@@ -30,5 +35,8 @@
3035
"branch-alias": {
3136
"dev-master": "1.0.x-dev"
3237
}
33-
}
38+
},
39+
"bin": [
40+
"bin/webunit"
41+
]
3442
}

0 commit comments

Comments
 (0)