From 379ecd61a0faf1000da50660c9f1ee4ba1200e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20B=C3=B6swetter?= Date: Thu, 14 Sep 2023 00:44:50 +0200 Subject: [PATCH] [DOC] add badges to readme [TASK] adds replace section to composer.json --- README.md | 3 +++ composer.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 35b161e..f41030e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Latest Stable Version](https://poser.pugx.org/portrino/companienv/v/stable)](https://packagist.org/packages/portrino/companienv) +![CI](https://github.com/portrino/companienv/actions/workflows/ci.yml/badge.svg) + # Companienv Your companion for `.env` files. Everybody knows about [12 factor](https://12factor.net/) and [environments variables](https://12factor.net/config) now. diff --git a/composer.json b/composer.json index fb2afc8..d8c497b 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,9 @@ "phpspec/phpspec": "^4.3 || ^5.0 || ^6.0 || ^7.0", "phpstan/phpstan": "^1.10" }, + "replace": { + "sroze/companienv": "*" + }, "autoload": { "psr-0": { "Companienv": "src/"