Skip to content

Commit fd22012

Browse files
committed
Merge pull request #3 from ruscon/patch-1
Fix requirement bundles version
2 parents 9f66829 + b52a62a commit fd22012

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ With [composer](http://packagist.org), add:
1717
```json
1818
{
1919
"require": {
20-
"knplabs/knp-snappy-bundle": "dev-master",
2120
"whyte624/sonata-admin-extra-export-bundle": "dev-master"
2221
}
2322
}

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"require" : {
1616
"php": ">=5.4.0",
17-
"sonata-project/admin-bundle": "~2.4",
18-
"knplabs/knp-snappy-bundle": "dev-master"
17+
"sonata-project/admin-bundle": "~2.3",
18+
"knplabs/knp-snappy-bundle": "~1.3"
1919
},
2020
"autoload" : {
2121
"psr-0" : {

0 commit comments

Comments
 (0)