Skip to content

Commit bbb233c

Browse files
committed
Update to support configuration based Auth option
1 parent 570441e commit bbb233c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+11871
-382
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ test: vendor
88
./vendor/bin/phpunit
99

1010
vendor:
11-
php composer.phar install
11+
composer install
1212

1313
.PHONY: build lint test

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@
2727
},
2828

2929
"require-dev": {
30-
"phpunit/phpunit": "3.7.*@dev",
31-
"squizlabs/php_codesniffer": "1.4.6"
30+
"squizlabs/php_codesniffer": "3.*",
31+
"phpunit/phpunit": "3.7.*@dev"
32+
},
33+
"config": {
34+
"platform": {
35+
"php": "5.6"
36+
}
3237
}
33-
3438
}

0 commit comments

Comments
 (0)