Skip to content

Commit 5179165

Browse files
committed
Merge pull request browserstack#7 from browserstack/release
Initial release
2 parents e4a73e2 + fe9eedd commit 5179165

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

MIT-LICENSE.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 BrowserStack
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.
22+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/browserstack/browserstack-local-php.svg?branch=master)](https://travis-ci.org/browserstack/browserstack-local-php)
44

5-
A simple PHP wrapper for BrowserStack Local Binary.
5+
PHP bindings for BrowserStack Local.
66

77
## Installation
88

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "browserstack/local",
3-
"description": "A PHP client for BrowserStackLocal",
2+
"name": "browserstack/browserstack-local",
3+
"description": "PHP bindings for BrowserStack Local",
44
"keywords": ["browserstacklocal", "selenium", "php", "browserstack", "local"],
5-
"homepage": "https://github.com/browserstack/browserstack-php",
5+
"homepage": "https://github.com/browserstack/browserstack-local-php",
66
"type": "library",
7-
"license": "Apache-2.0",
7+
"license": "MIT",
88
"support": {
9-
"issues": "https://github.com/browserstack/browserstack-php/issues",
10-
"source": "https://github.com/browserstack/browserstack-php"
9+
"issues": "https://github.com/browserstack/browserstack-local-php/issues",
10+
"source": "https://github.com/browserstack/browserstack-local-php"
1111
},
1212
"require": {
1313
"php": ">=5.3.19"

0 commit comments

Comments
 (0)