Skip to content

Commit 29e3caf

Browse files
committed
Validate composer.json 👷
1 parent 5095fc5 commit 29e3caf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "opengento/module-snowflake",
3-
"version": "1.0.0",
43
"description": "Let It ❄️ ! Let It ❄️ ! Let It ❄️ !",
54
"keywords": [
65
"php",
@@ -11,12 +10,13 @@
1110
"free",
1211
"fun",
1312
"snowflakes",
14-
"winter"
13+
"winter",
14+
"meteo",
15+
"openweathermap"
1516
],
1617
"require": {
1718
"php": "^7.4||^8.0",
18-
"psr/log": "*",
19-
"magento/framework": "*",
19+
"magento/framework": "^103.0",
2020
"cmfcmf/openweathermap-php-api": "^3.3",
2121
"http-interop/http-factory-guzzle": "^1.0",
2222
"php-http/guzzle6-adapter": "^2.0"
@@ -45,15 +45,15 @@
4545
"role": "maintainer"
4646
},
4747
{
48-
"name": "Xavier G",
48+
"name": "Xavier Guenel",
4949
"email": "[email protected]",
5050
"homepage": "https://www.linkedin.com/in/%F0%9F%8E%A9-xavier-guenel-255174198/",
5151
"role": "maintainer"
5252
}
5353
],
5454
"support": {
55-
"source": "https://github.com/opengento/magento2-module",
56-
"issues": "https://github.com/opengento/magento2-module/issues"
55+
"source": "https://github.com/opengento/magento2-snowflake",
56+
"issues": "https://github.com/opengento/magento2-snowflake/issues"
5757
},
5858
"autoload": {
5959
"files": [

view/frontend/layout/default.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright © OpenGento, All rights reserved.
5+
* See LICENSE bundled with this library for license details.
66
*/
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">

0 commit comments

Comments
 (0)