Skip to content

Commit 33e8dc4

Browse files
Merge pull request #16 from optimizely/aliabbasrizvi/update_coveralls_readme
Moving to stable version of coveralls package and updating README
2 parents 903986f + 728cc4f commit 33e8dc4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ This repository houses the PHP SDK for Optimizely Full Stack.
99

1010
###Installing the SDK
1111

12-
The Optimizely PHP SDK will be available through [Composer](https://getcomposer.org/). Instructions coming soon.
12+
The Optimizely PHP SDK can be installed through [Composer](https://getcomposer.org/). Please use the following command:
13+
14+
```
15+
php composer.phar require optimizely/optimizely-sdk
16+
```
1317

1418
###Using the SDK
1519
See the Optimizely Full Stack [developer documentation](https://developers.optimizely.com/x/solutions/sdks/reference/?language=php) to learn how to set up your first Full Stack project and use the SDK.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "~4.8|~5.0",
21-
"satooshi/php-coveralls": "dev-master"
21+
"satooshi/php-coveralls": "v1.0.1"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)