File tree Expand file tree Collapse file tree 4 files changed +512
-875
lines changed Expand file tree Collapse file tree 4 files changed +512
-875
lines changed Original file line number Diff line number Diff line change 1
- Copyright 2014 Catamorphic, Co.
1
+ Copyright 2015 Catamorphic, Co.
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ LaunchDarkly SDK for PHP
3
3
4
4
[ ![ Code Climate] ( https://codeclimate.com/github/launchdarkly/php-client/badges/gpa.svg )] ( https://codeclimate.com/github/launchdarkly/php-client )
5
5
6
+ [ ![ Circle CI] ( https://circleci.com/gh/launchdarkly/php-client.svg?style=svg )] ( https://circleci.com/gh/launchdarkly/php-client )
7
+
6
8
Quick setup
7
9
-----------
8
10
Original file line number Diff line number Diff line change
1
+ machine :
2
+ php :
3
+ version : 5.4.10
4
+
5
+ test :
6
+ override :
7
+ - vendor/bin/phpunit tests
You can’t perform that action at this time.
0 commit comments