Skip to content

Commit

Permalink
Validate composer.json 👷
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdichaouch committed Mar 20, 2022
1 parent 5095fc5 commit 29e3caf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "opengento/module-snowflake",
"version": "1.0.0",
"description": "Let It ❄️ ! Let It ❄️ ! Let It ❄️ !",
"keywords": [
"php",
Expand All @@ -11,12 +10,13 @@
"free",
"fun",
"snowflakes",
"winter"
"winter",
"meteo",
"openweathermap"
],
"require": {
"php": "^7.4||^8.0",
"psr/log": "*",
"magento/framework": "*",
"magento/framework": "^103.0",
"cmfcmf/openweathermap-php-api": "^3.3",
"http-interop/http-factory-guzzle": "^1.0",
"php-http/guzzle6-adapter": "^2.0"
Expand Down Expand Up @@ -45,15 +45,15 @@
"role": "maintainer"
},
{
"name": "Xavier G",
"name": "Xavier Guenel",
"email": "[email protected]",
"homepage": "https://www.linkedin.com/in/%F0%9F%8E%A9-xavier-guenel-255174198/",
"role": "maintainer"
}
],
"support": {
"source": "https://github.com/opengento/magento2-module",
"issues": "https://github.com/opengento/magento2-module/issues"
"source": "https://github.com/opengento/magento2-snowflake",
"issues": "https://github.com/opengento/magento2-snowflake/issues"
},
"autoload": {
"files": [
Expand Down
4 changes: 2 additions & 2 deletions view/frontend/layout/default.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright © OpenGento, All rights reserved.
* See LICENSE bundled with this library for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
Expand Down

0 comments on commit 29e3caf

Please sign in to comment.