Skip to content

Commit

Permalink
[DOC] add badges to readme
Browse files Browse the repository at this point in the history
[TASK] adds replace section to composer.json
  • Loading branch information
EvilBMP committed Sep 13, 2023
1 parent 48a1e17 commit 379ecd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 379ecd6

Please sign in to comment.