We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23818dd commit e4b2434Copy full SHA for e4b2434
1 file changed
composer.json
@@ -1,20 +1,21 @@
1
{
2
"name" : "friendsofvictoire/cover-widget",
3
"type" : "symfony-bundle",
4
- "description" : "Victoire DCMS Cover widget - DEPRECATED",
+ "description" : "Victoire DCMS Cover widget",
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" : [
+ {
+ "name" : "Leny Bernard",
+ "email": "leny@victoire.io"
18
+ },
19
20
"name" : "Paul Andrieux",
21
"email": "paul@victoire.io"
@@ -23,7 +24,7 @@
23
24
"require" : {
25
"php" : ">=5.3.3",
26
"symfony/framework-bundle" : ">=2.3",
- "victoire/victoire" : "~1.3.0",
27
+ "victoire/victoire" : "~1.3",
28
"friendsofvictoire/image-widget": "1.3.x-dev"
29
},
30
"autoload" : {
0 commit comments