Skip to content

Commit

Permalink
Bump version to 1.0.0 to mark stable release and simplify composer re…
Browse files Browse the repository at this point in the history
…quirements
  • Loading branch information
RBech committed Apr 24, 2017
1 parent 784c342 commit bd55b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
16 changes: 2 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,11 @@
}
],
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
"magento/framework": "100.1.*",
"magento/magento-composer-installer": "*",
"magento/module-config": "100.1.*",
"magento/module-directory": "100.1.*",
"magento/module-payment": "100.1.*",
"magento/module-checkout": "100.1.*",
"magento/module-sales": "100.1.*",
"magento/module-backend": "100.1.*",
"magento/module-customer": "100.1.*",
"magento/module-catalog": "101.0.*",
"magento/module-quote": "100.1.*",
"magento/module-theme": "100.1.*",
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6",
"quickpay/quickpay-php-client": "1.0.*"
},
"type": "magento2-module",
"version": "0.5.1",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
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="QuickPay_Payment" setup_version="0.5.1">
<module name="QuickPay_Payment" setup_version="1.0.0">
<sequence>
<module name="Magento_Payment"/>
<module name="Magento_Checkout"/>
Expand Down

0 comments on commit bd55b3d

Please sign in to comment.