Skip to content

Commit

Permalink
change this repo into a metapackage
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed Apr 10, 2018
1 parent af851fb commit 4f72290
Show file tree
Hide file tree
Showing 65 changed files with 8 additions and 7,300 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

44 changes: 8 additions & 36 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,13 @@
{
"name": "rubic/magento2-module-clean-checkout",
"description": "A drop-in replacement for the Magento 2 checkout.",
"type": "magento2-module",
"license": "MIT",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Rubic\\CleanCheckout\\": "src/"
}
},
"config": {
"platform": {
"php": "7.0.26"
}
},
"type": "metapackage",
"require": {
"geoip2/geoip2": "^2.0",
"hybridauth/hybridauth" : "^3.0",
"magento/module-checkout": ">=100.1.0",
"magento/module-config": ">=100.1.0",
"magento/module-customer": ">=100.1.0",
"magento/module-directory": ">=100.1.0",
"magento/module-eav": ">=100.1.0",
"magento/module-newsletter": ">=100.1.0",
"magento/module-store": ">=100.1.0",
"magento/module-tax": ">=100.1.0",
"magento/module-theme": ">=100.1.0"
},
"require-dev": {
"phpstan/phpstan": "^0.9.1",
"magento/marketplace-eqp": "^1.0.5"
},
"repositories": [
{ "type": "composer", "url": "https://repo.magento.com/" }
],
"minimum-stability": "beta",
"prefer-stable": true
"rubic/magento2-module-clean-checkout-core": "^2.0",
"rubic/magento2-module-clean-checkout-autocomplete": "^2.0",
"rubic/magento2-module-clean-checkout-geo": "^2.0",
"rubic/magento2-module-clean-checkout-newsletter": "^2.0",
"rubic/magento2-module-clean-checkout-social": "^2.0",
"rubic/magento2-module-clean-checkout-theme": "^2.0"
}
}
Loading

0 comments on commit 4f72290

Please sign in to comment.