-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat): add plugin owc-shared-aura-session-instance
- Loading branch information
Mike van den Hoek
committed
Jan 8, 2024
1 parent
029a933
commit 5c9e055
Showing
3 changed files
with
153 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,10 @@ | |
{ | ||
"type": "vcs", | ||
"url": "[email protected]:ConductionNL/formio-wordpress.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "[email protected]:yardinternet/plugin-owc-shared-aura-session-instance.git" | ||
} | ||
], | ||
"require": { | ||
|
@@ -102,14 +106,15 @@ | |
"php-di/php-di": "^6.0", | ||
"plugin/config-expander": "^2.0", | ||
"plugin/formio-wordpress": "dev-main", | ||
"plugin/gravityforms-amp-booking": "^1.2.0", | ||
"plugin/gravityforms-amp-booking": "dev-feat/use-shared-aura-session", | ||
"plugin/gravityforms-csp-fixer": "^0.0.2", | ||
"plugin/owc-datab": "0.0.*", | ||
"plugin/owc-gravityforms-bag-address": "1.1.*", | ||
"plugin/owc-gravityforms-digid": "1.3.*", | ||
"plugin/owc-gravityforms-eherkenning": "^1.0.5", | ||
"plugin/owc-gravityforms-digid": "dev-feat/use-shared-aura-session", | ||
"plugin/owc-gravityforms-eherkenning": "dev-feat/use-shared-aura-session", | ||
"plugin/owc-gravityforms-zaaksysteem": "dev-master", | ||
"plugin/owc-gravityforms-zaaksysteem-enable-u": "^1.1.0", | ||
"plugin/owc-shared-aura-session-instance": "dev-main", | ||
"plugin/prefill-gravity-forms": "dev-feat/dynamic-prefill-block", | ||
"plugin/real-time-validation-for-gravity-forms": "^1.7", | ||
"plugin/signicat-openid": "dev-main", | ||
|
@@ -158,6 +163,10 @@ | |
"post-root-package-install": [ | ||
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-autoload-dump": [ | ||
"mv htdocs/wp-content/mu-plugins/owc-shared-aura-session-instance/owc-shared-aura-session-instance.php htdocs/wp-content/mu-plugins/owc-shared-aura-session-instance.php", | ||
"rm -rf htdocs/wp-content/mu-plugins/owc-shared-aura-session-instance" | ||
], | ||
"test": [ | ||
"@unit" | ||
], | ||
|
@@ -167,6 +176,9 @@ | |
"extra": { | ||
"wordpress-install-dir": "htdocs/wp", | ||
"installer-paths": { | ||
"htdocs/wp-content/mu-plugins/{$name}/": [ | ||
"type:wordpress-muplugin" | ||
], | ||
"htdocs/wp-content/plugins/{$name}/": [ | ||
"type:wordpress-plugin" | ||
], | ||
|
Oops, something went wrong.