Skip to content

Commit

Permalink
Add compatibility with latest versions of Magento
Browse files Browse the repository at this point in the history
  • Loading branch information
barbanet committed Aug 9, 2024
1 parent cd240e9 commit 0df81a9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2020 Mugar (https://www.mugar.io/)
Copyright (c) 2018-2024 MugAr

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 1 addition & 3 deletions Setup/Patch/Data/AddRegions.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/**
* Argentina Regions
*
* @category Mugar
* @package Mugar_ArgentinaRegions
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @author Mugar (https://www.mugar.io/)
*/
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "mugar/module-argentina-regions",
"description": "Regions of Argentina for Magento2.",
"require": {
"php": "~7.2||~7.4||~8.1||~8.2",
"magento/module-directory": "100.*"
"php": "~7.4.0||~8.0||~8.1||~8.2||~8.3",
"magento/module-directory": "*"
},
"type": "magento2-module",
"version": "2.0.4",
"version": "2.1.0",
"license": [
"MIT"
],
Expand Down
5 changes: 2 additions & 3 deletions etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
/**
* Argentina Regions
*
* @category Mugar
* @package Mugar_ArgentinaRegions
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @author Mugar (https://www.mugar.io/)
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Mugar_ArgentinaRegions">
<sequence>
<module name="Magento_Directory" />
Expand Down
2 changes: 0 additions & 2 deletions registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/**
* Argentina Regions
*
* @category Mugar
* @package Mugar_ArgentinaRegions
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @author Mugar (https://www.mugar.io/)
*/
Expand Down

0 comments on commit 0df81a9

Please sign in to comment.