From 631fdf458f54ca8f86d9f8a11fc7799472f51671 Mon Sep 17 00:00:00 2001 From: misantron Date: Mon, 15 Jan 2018 22:36:29 +0300 Subject: [PATCH] Description fix --- LICENSE | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index cbd9bd5..b03e820 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Alexandr Ivanov +Copyright (c) 2017-2018 Alexandr Ivanov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7e8671a..4da509d 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Config service provider [![Build Status](http://img.shields.io/travis/misantron/silex-config-provider.svg?style=flat-square)](https://travis-ci.org/misantron/silex-config-provider) -[![Code Coverage](http://img.shields.io/coveralls/misantron/silex-config-provider.svg?style=flat-square)](https://coveralls.io/r/misantron/silex-config-provider) +[![Code Coverage](http://img.shields.io/coveralls/github/misantron/silex-config-provider.svg?style=flat-square)](https://coveralls.io/github//misantron/silex-config-provider) [![Code Climate](http://img.shields.io/codeclimate/github/misantron/silex-config-provider.svg?style=flat-square)](https://codeclimate.com/github/misantron/silex-config-provider) [![Packagist](https://img.shields.io/packagist/v/misantron/silex-config-provider.svg?style=flat-square)](https://packagist.org/packages/misantron/silex-config-provider) [![PHP 7 Support](https://img.shields.io/badge/PHP%207-supported-blue.svg?style=flat-square)](https://travis-ci.org/misantron/silex-basic-app) -Config service provider for [Silex](http://silex.sensiolabs.org) framework with support for php, json, ini, xml and yaml +Config service provider for [Silex](http://silex.sensiolabs.org) framework with support for php, json, ini, xml, toml and yaml ## Features -- Support different formats of config files: php, json, ini, xml and yaml (require symfony/yaml) +- Support different formats of config files: php, json, ini, xml, toml (require leonelquinteros/php-toml) and yaml (require symfony/yaml) - Multiple config file processing - On load placeholder replacements - PHP7 support