Skip to content

Commit 0006167

Browse files
authored
Merge pull request #628 from nicosomb/prepare-hb-packagist
Prepare Hummingbird to be published on Packagist
2 parents d336145 + 8e1c265 commit 0006167

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "prestashop/hummingbird",
3+
"description": "Hummingbird theme for develop PrestaShop version",
4+
"type": "prestashop-theme",
5+
"license": "AFL-3.0",
6+
"authors": [
7+
{
8+
"name": "PrestaShop SA",
9+
"email": "contact@prestashop.com"
10+
},
11+
{
12+
"name": "PrestaShop Community",
13+
"homepage": "https://contributors.prestashop-project.org/"
14+
}
15+
],
16+
"minimum-stability": "dev",
17+
"require-dev": {
18+
"symfony/yaml": "~4.4 || ^5.0 || ^6.4",
19+
"symfony/console": "~4.4 || ^5.0 || ^6.4"
20+
}
21+
}

0 commit comments

Comments
 (0)