Skip to content

Commit f15f268

Browse files
committed
updates from master + alpha testers
1 parent a4cd92f commit f15f268

14 files changed

Lines changed: 217 additions & 1743 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
phpunit.xml
3+
composer.lock
34
vendor
45
examples/testfile-small.txt
56
examples/testfile.txt

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ See the examples/ directory for examples of the key client features. You can
2323
view them in your browser by running the php built-in web server.
2424

2525
```
26-
$ cd examples/
27-
$ php -S localhost:8000
26+
$ php -S localhost:8000 -t examples/
2827
```
2928

3029
And then browsing to the host and port you specified

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"require": {
99
"php": ">=5.4",
10-
"google/auth": "v0.2-alpha",
10+
"google/auth": "v0.3",
1111
"monolog/monolog": "^1.17",
1212
"phpseclib/phpseclib": "~2.0",
1313
"guzzlehttp/guzzle": "5.2.*"
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "1.1.x-dev"
31+
"dev-master": "2.x-dev"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)