Skip to content

Commit

Permalink
Merge pull request #56 from newfold-labs/Plugin-sends-boxname-and-ser…
Browse files Browse the repository at this point in the history
…ver-path-to-hiive-PRESS1-281

Add `server_path` to `get_core_data()` using `ABSPATH`
  • Loading branch information
BrianHenryIE authored Mar 12, 2024
2 parents 6a2d30e + 95dfe21 commit f572368
Show file tree
Hide file tree
Showing 7 changed files with 2,316 additions and 83 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"bootstrap.php"
]
},
"autoload-dev": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Data\\": "tests/phpunit/includes/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -44,11 +49,13 @@
"lint": "Check files against coding standards."
},
"require": {
"wp-forge/wp-upgrade-handler": "^1.0",
"newfold-labs/wp-module-loader": "^1.0",
"wp-forge/wp-query-builder": "^1.0",
"wp-forge/wp-upgrade-handler": "^1.0",
"wpscholar/url": "^1.2"
},
"require-dev": {
"10up/wp_mock": "^0.4.2",
"newfold-labs/wp-php-standards": "^1.2"
}
}
Loading

0 comments on commit f572368

Please sign in to comment.