Skip to content

Commit

Permalink
Badges and header markup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Mogliev committed Feb 17, 2018
1 parent c31da0b commit a43ebaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#Container Interop for Symfony Console
# Container Interop for Symfony Console

[![Travis](https://travis-ci.org/Articus/ContainerInteropSymfonyConsole.svg?branch=master)](https://travis-ci.org/Articus/ContainerInteropSymfonyConsole)
[![Coveralls](https://coveralls.io/repos/github/Articus/ContainerInteropSymfonyConsole/badge.svg?branch=master)](https://coveralls.io/github/Articus/ContainerInteropSymfonyConsole?branch=master)
[![Codacy](https://api.codacy.com/project/badge/Grade/0606a252112b4bb7846252345343f608)](https://www.codacy.com/app/articusw/ContainerInteropSymfonyConsole?utm_source=github.com&utm_medium=referral&utm_content=Articus/ContainerInteropSymfonyConsole&utm_campaign=Badge_Grade)

This package provides a small factory that will allow to create [Symfony Console Application](https://symfony.com/doc/current/components/console.html) via PSR-11 compatible container. The code is dead simple, I just tired of copying it between projects :)

Expand Down

0 comments on commit a43ebaa

Please sign in to comment.