Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonlabs committed Jun 1, 2016
1 parent 5b6443c commit ac34980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project is now maintained by [Crimson Labs](https://github.com/CrimsonLabs)

Provides a `Symfony\Component\Console` based console for Silex.

Use Version 1 for Silex 1.* compatibility, Version 2 for Silex 2.* compatibility

## Install

Add `knplabs/console-service-provider` to your `composer.json` and register the service:
Expand Down

1 comment on commit ac34980

@NayFun
Copy link

@NayFun NayFun commented on ac34980 Jun 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please be careful, recent changes cause serious errors on applications using
"knplabs/console-service-provider" : "dev/master" with Silex version 1.* .
It must change it into "knplabs /console-service-provider" : "1.*" in your composer.json.

Please sign in to comment.