We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d336145 + 8e1c265 commit 0006167Copy full SHA for 0006167
composer.json
@@ -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