diff options
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 853a9e1..41ee6d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 5.4 - - 5.5 - 5.6 + - 7.0 + - 7.1 install: - composer install @@ -1,6 +1,10 @@ Auth === +[](https://travis-ci.org/jasny/auth) +[](https://scrutinizer-ci.com/g/jasny/auth/?branch=master) +[](https://scrutinizer-ci.com/g/jasny/auth/?branch=master) + Authentication and level based authorization for PHP. |