Skip to content

Commit 3eeff80

Browse files
author
Marc Aschmann
committed
Add install section to README
1 parent b9d14e6 commit 3eeff80

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ This bundle is based on [Henri Bergius](https://github.com/bergie) library [phpf
44
The intention for creating this bundle is an easier inclusion into e.g. symfony environments with the need for flow programming.
55
I had to rewrite part of the initial Network class to make use of a component registry to easily manage components via DIC. Also all component services should be defined as "public: false" to not clutter the DIC.
66

7+
Installation
8+
----
9+
You can either just add via:
10+
```bash
11+
$ composer.phar require asm/phpflo-bundle
12+
```
13+
**Attention:** This need minimum-stability: dev set on rootlevel
14+
Otherwise you can first add phpflo and then the bundle.
15+
```bash
16+
$ composer.phar require phpflo/phpflo dev-master
17+
$ composer.phar require asm/phpflo-bundle
18+
```
19+
This will first add phpflo with dev stability and the the bundle. This is due to composer's handling of stabilities for indirect dependencies.
20+
721
Configuration
822
----
923

0 commit comments

Comments
 (0)