Skip to content

Commit 23818dd

Browse files
author
Sébastien Talbot
committed
Update Composer : branch-alias : 1.3.x-dev
Update ReadMe
1 parent 1fdf24e commit 23818dd

2 files changed

Lines changed: 52 additions & 24 deletions

File tree

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
Victoire CMS Cover Bundle
2-
============
1+
*deprecated* -- now that Victoire's default style mode enables the cover
2+
===========
33

4-
Need to add a cover in a victoire cms website ?
5-
Get this cover bundle and so on
4+
Victoire DCMS Cover Bundle
5+
--------
66

7-
First you need to have a valid Symfony2 Victoire edition.
8-
Then you just have to run the following composer command :
7+
##What is the purpose of this bundle
98

10-
php composer.phar require victoire/cover-widget
9+
This bundle gives you access to the *Cover Widget*.
10+
With this widget, you can install a cover picture on any page.
11+
12+
##Set Up Victoire
13+
14+
If you haven't already, you can follow the steps to set up Victoire *[here](https://github.com/Victoire/victoire/blob/master/setup.md)*
15+
16+
##Install the Bundle
17+
18+
Run the following composer command :
19+
20+
php composer.phar require friendsofvictoire/cover-widget
21+
22+
###Reminder
1123

1224
Do not forget to add the bundle in your AppKernel !
1325

composer.json

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,41 @@
11
{
2-
"name": "friendsofvictoire/cover-widget",
3-
"type": "symfony-bundle",
4-
"description": "Victoire Cms Cover widget - DEPRECATED",
5-
"keywords": ["cms", "victoire", "Cover", "widget"],
6-
"homepage": "http://appventus.com",
7-
"license": "MIT",
8-
"authors": [
2+
"name" : "friendsofvictoire/cover-widget",
3+
"type" : "symfony-bundle",
4+
"description" : "Victoire DCMS Cover widget - DEPRECATED",
5+
"keywords" : [
6+
"DCMS",
7+
"Victoire",
8+
"widget",
9+
"FriendsofVictoire",
10+
"FoV",
11+
"Dynamic",
12+
"CMS",
13+
"Cover"
14+
],
15+
"homepage" : "http://victoire.io",
16+
"license" : "MIT",
17+
"authors" : [
918
{
10-
"name": "Paul Andrieux",
11-
"email": "paul@appventus.com"
19+
"name" : "Paul Andrieux",
20+
"email": "paul@victoire.io"
1221
}
1322
],
14-
"require": {
15-
"php": ">=5.3.3",
16-
"symfony/framework-bundle": ">=2.3",
17-
"victoire/victoire": "~1.3.0",
18-
"friendsofvictoire/image-widget": "~1.3.0"
23+
"require" : {
24+
"php" : ">=5.3.3",
25+
"symfony/framework-bundle" : ">=2.3",
26+
"victoire/victoire" : "~1.3.0",
27+
"friendsofvictoire/image-widget": "1.3.x-dev"
1928
},
20-
"autoload": {
21-
"psr-0": { "Victoire\\Widget\\CoverBundle": "" }
29+
"autoload" : {
30+
"psr-0": {
31+
"Victoire\\Widget\\CoverBundle": ""
32+
}
2233
},
2334
"minimum-stability": "dev",
24-
"target-dir": "Victoire/Widget/CoverBundle"
35+
"target-dir" : "Victoire/Widget/CoverBundle",
36+
"extra" : {
37+
"branch-alias": {
38+
"dev-master": "1.3.x-dev"
39+
}
40+
}
2541
}

0 commit comments

Comments
 (0)