Skip to content

Commit e8f2225

Browse files
committed
Merge pull request #319 from symfony-cmf/1.3-release
Use CMF 1.3 RC release
2 parents d61c5d0 + b5a9181 commit e8f2225

File tree

2 files changed

+99
-89
lines changed

2 files changed

+99
-89
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony-cmf/simple-cms-bundle": "1.3.*",
2727
"symfony-cmf/search-bundle": "1.2.*",
2828
"symfony-cmf/seo-bundle": "1.2.*",
29-
"symfony-cmf/routing-auto-bundle": "1.0.*",
29+
"symfony-cmf/routing-auto-bundle": "1.1.*",
3030

3131
"jackalope/jackalope-doctrine-dbal": "1.2.*",
3232
"jackalope/jackalope-jackrabbit": "1.2.*",
@@ -55,7 +55,7 @@
5555
"liip/functional-test-bundle": "~1.0,<1.3.0",
5656
"symfony-cmf/testing": "1.2.*"
5757
},
58-
"minimum-stability": "dev",
58+
"minimum-stability": "RC",
5959
"prefer-stable": true,
6060
"scripts": {
6161
"post-install-cmd": [
@@ -79,6 +79,7 @@
7979
"extra": {
8080
"symfony-app-dir": "app",
8181
"symfony-web-dir": "web",
82+
"symfony-assets-install": "relative",
8283
"incenteev-parameters": [
8384
{
8485
"file": "app/config/parameters.yml",

0 commit comments

Comments
 (0)