Skip to content

Commit 5c18286

Browse files
author
Thomas Jarrand
committed
Updated composer.json
1 parent d1fa245 commit 5c18286

1 file changed

Lines changed: 21 additions & 8 deletions

File tree

composer.json

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
"name": "elao/admin-theme-bundle",
33
"description": "Twig template set for elao-admin",
44
"type": "symfony-bundle",
5+
"homepage": "https://github.com/Elao/ElaoAdminThemeBundle",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Elao",
10+
"homepage": "https://www.elao.com"
11+
},
12+
{
13+
"name": "Thomas Jarrand",
14+
"email": "thomas.jarrand@elao.com"
15+
}
16+
],
517
"require": {
618
"php": "^7.4",
719
"twig/twig": "^2.12|^3.0",
@@ -16,21 +28,22 @@
1628
"symfony/finder": "^5.1",
1729
"symfony/filesystem": "^5.1"
1830
},
19-
"license": "MIT",
20-
"authors": [
21-
{
22-
"name": "Thomas Jarrand",
23-
"email": "thomas.jarrand@elao.com"
24-
}
25-
],
2631
"autoload": {
2732
"psr-4": {
2833
"Elao\\Bundle\\AdminThemeBundle\\": "."
29-
}
34+
},
3035
},
36+
"prefer-stable": true,
37+
"minimum-stability": "dev",
3138
"extra": {
3239
"branch-alias": {
3340
"dev-master": "1.x-dev"
3441
}
42+
},
43+
"config": {
44+
"preferred-install": {
45+
"*": "dist"
46+
},
47+
"sort-packages": true
3548
}
3649
}

0 commit comments

Comments
 (0)