Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit a11abfd

Browse files
committed
Merge pull request #12 from xabbuh/psr4
depend on the latest dev versions
2 parents 9af6232 + a09708a commit a11abfd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"autoload": {
1414
"psr-0": { "": "src/" }
1515
},
16+
"minimum-stability": "dev",
1617
"require": {
1718
"php": ">=5.3.3",
1819
"symfony/symfony": "2.3.*",
@@ -24,9 +25,9 @@
2425
"symfony/assetic-bundle": "2.3.*",
2526
"symfony/swiftmailer-bundle": "2.3.*",
2627
"symfony/monolog-bundle": "2.3.*",
27-
"symfony-cmf/symfony-cmf": "1.1.*",
28-
"symfony-cmf/simple-cms-bundle": "1.1.*",
29-
"symfony-cmf/create-bundle": "1.1.*",
28+
"symfony-cmf/symfony-cmf": "1.2.*",
29+
"symfony-cmf/simple-cms-bundle": "1.2.*",
30+
"symfony-cmf/create-bundle": "1.2.*",
3031
"sensio/distribution-bundle": "2.3.*",
3132
"sensio/framework-extra-bundle": "2.3.*",
3233
"sensio/generator-bundle": "2.3.*",

0 commit comments

Comments
 (0)