From e767b623152ac2038af9db402aa5d2458a78c70a Mon Sep 17 00:00:00 2001 From: davidepastore Date: Sun, 14 Aug 2016 17:19:31 +0200 Subject: [PATCH] Closed #5 --- .styleci.yml | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 0000000..ba68364 --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,3 @@ +preset: psr2 + +risky: false diff --git a/README.md b/README.md index 6a60402..588a002 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![Total Downloads][ico-downloads]][link-downloads] [![Build Status][ico-phpeye]][link-phpeye] +[![PSR2 Conformance][ico-styleci]][link-styleci] A file configuration loader that supports PHP, INI, XML, JSON, and YML files for the Slim Framework. It internally uses [hassankhan/config](hassankhan-config). @@ -114,6 +115,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. [ico-code-quality]: https://img.shields.io/scrutinizer/g/davidepastore/Slim-Config.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/davidepastore/slim-config.svg?style=flat-square [ico-phpeye]: http://php-eye.com/badge/DavidePastore/Slim-Config/tested.svg?style=flat-square +[ico-styleci]: https://styleci.io/repos/53088130/shield [link-packagist]: https://packagist.org/packages/davidepastore/slim-config [link-travis]: https://travis-ci.org/DavidePastore/Slim-Config @@ -121,3 +123,4 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. [link-code-quality]: https://scrutinizer-ci.com/g/DavidePastore/Slim-Config [link-downloads]: https://packagist.org/packages/davidepastore/slim-config [link-phpeye]: http://php-eye.com/package/DavidePastore/Slim-Config +[link-styleci]: https://styleci.io/repos/53088130/