Skip to content

Commit

Permalink
Add data and services
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Sep 6, 2023
1 parent 617f97b commit 756a24d
Show file tree
Hide file tree
Showing 19 changed files with 4,085 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
vendor
.DS_Store
.vscode

/vendor/
38 changes: 38 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "newfold-labs/wp-module-onboarding-data",
"description": "A non-toggleable module containing a standardized interface for interacting with Onboarding data.",
"authors": [
{
"name": "arunshenoy99",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Onboarding\\Data\\": "includes/"
}
},
"repositories": {
"newfold": {
"type": "composer",
"url": "https://newfold-labs.github.io/satis/",
"only": [
"newfold-labs/*"
]
}
},
"require": {
"newfold-labs/wp-module-installer": "^1.1",
"newfold-labs/wp-module-data": "^2.4.3",
"wp-forge/wp-upgrade-handler": "^1.0",
"newfold-labs/wp-module-customer-bluehost": "^1.6.0"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 756a24d

Please sign in to comment.