Skip to content

Commit 955ed38

Browse files
author
Florian Eckerstorfer
committed
Added symfony as dependency
1 parent d135e1d commit 955ed38

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,27 @@ Author
1010
- [Florian Eckerstorfer](http://florian.ec)
1111

1212

13+
Compatiblity
14+
------------
15+
16+
<table>
17+
<tr>
18+
<th>BcSymfony2CodingStandardBundle</th><th>Symfony</th>
19+
</tr>
20+
<tr>
21+
<td>0.1.*</td><td>2.3.*</td>
22+
</tr>
23+
</table>
24+
25+
1326
Installation
1427
------------
1528

1629
First of all you have to add the bundle to your `composer.json`:
1730

1831
{
1932
"require": {
20-
"braincrafted/symfony2cs-bundle": "dev-master"
33+
"braincrafted/symfony2cs-bundle": "0.1.*"
2134
}
2235
}
2336

@@ -91,4 +104,4 @@ If you should encounter problem, add the `--verbose` option to the command to vi
91104
License
92105
-------
93106

94-
The bundle is licensed under The MIT License. See the `LICENSE` file for more information.
107+
The bundle is licensed under The MIT License. See the `LICENSE` file for more information.

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "braincrafted/symfony2cs-bundle",
33
"license": "MIT",
44
"type": "symfony-bundle",
5+
"require": {
6+
"symfony/symfony": "2.3.0"
7+
},
58
"require-dev": {
69
"squizlabs/php_codesniffer": "1.4.*"
710
}

0 commit comments

Comments
 (0)