Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from bluehost/feature/add-data-module
Browse files Browse the repository at this point in the history
Feature/add data module
  • Loading branch information
circlecube authored Dec 6, 2021
2 parents 40f8ca8 + 0f0de54 commit faad1a9
Show file tree
Hide file tree
Showing 7 changed files with 861 additions and 2,476 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
# System and IDE files
.DS_Store
.idea
mojo-marketplace-wp-plugin
mojo-marketplace-wp-plugin.zip
28 changes: 17 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,35 @@
"source": "https://github.com/bluehost/mojo-marketplace-wp-plugin",
"issues": "https://github.com/bluehost/mojo-marketplace-wp-plugin/issues"
},
"repositories": [
{
"type": "composer",
"url": "https://bluehost.github.io/satis/",
"only": [
"bluehost/*"
]
}
],
"repositories": {
"0":
{
"type": "composer",
"url": "https://bluehost.github.io/satis/",
"only": [
"bluehost/*",
"endurance/*"
]
}
},
"require": {
"bluehost/endurance-wp-module-business-reviews": "^1.0",
"bluehost/endurance-wp-module-gutenframe": "^0.1",
"bluehost/endurance-wp-module-loader": "^1.0",
"bluehost/endurance-wp-module-spam-prevention": "^1.0",
"bluehost/endurance-wp-module-sso": "^1.0",
"bluehost/endurance-wp-plugin-updater": "^1.0"
"bluehost/endurance-wp-plugin-updater": "^1.0",
"endurance/wp-module-data": "^1.8"
},
"require-dev": {
"bluehost/wp-php-standards": "^1.0",
"wp-cli/i18n-command": "^2.2",
"wp-cli/wp-cli-bundle": "^2.4"
},
"config": {
"optimize-autoloader": true
"optimize-autoloader": true,
"sort-packages": true,
"platform-check": false
},
"scripts": {
"fix": [
Expand Down
Loading

0 comments on commit faad1a9

Please sign in to comment.