Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from Magmodules/development
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
Magmodules authored Feb 9, 2017
2 parents c8a4f1d + 40caf4d commit fb5dc26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea
*.zip
.DS_Store
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "magmodules/the-feedback-company",
"name": "magmodules/magento2-thefeedbackcompany",
"description": "The Feedback Company integration for Magento 2",
"type": "magento2-module",
"version": "1.0.2",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": ">=100.1.0"
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magmodules_TheFeedbackCompany" setup_version="1.0.1" />
<module name="Magmodules_TheFeedbackCompany" setup_version="1.0.2" />
</config>

0 comments on commit fb5dc26

Please sign in to comment.