Skip to content

Commit

Permalink
Composer.json name change (#77)
Browse files Browse the repository at this point in the history
* Added .gitattributes file

* change name in composer

* updated .gitattributes
  • Loading branch information
tikohov20 authored May 25, 2023
1 parent 06be0f8 commit 01016bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.* export-ignore
/releaser.sh export-ignore
/docker-compose.yml export-ignore
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mondu/magento2-payment",
"name": "mondu_gmbh/magento2-payment",
"description": "Mondu payment method for magento 2",
"type": "magento2-module",
"version": "1.1.18",
"version": "2.0.0",
"license": [
"MIT"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Mondu_Mondu" setup_version="1.1.18">
<module name="Mondu_Mondu" setup_version="2.0.0">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit 01016bf

Please sign in to comment.