Repository URL to install this package:
|
Version:
0.2.1774782996 ▾
|
fusewp/core
/
composer.json
|
|---|
{
"name": "fusewp/core",
"description": "Core lib for FuseWP",
"type": "wordpress-plugin",
"require": {
"mailoptin/authifly": "^0.2-dev",
"composer/installers": "~1.0",
"collizo4sky/persist-admin-notices-dismissal": "^1.3",
"soulseekah/wp-lock": "dev-master",
"barryvdh/composer-cleanup-plugin": "dev-master",
"deliciousbrains/wp-queue": "^2.1"
},
"require-dev": {
"sniccowp/php-scoper-wordpress-excludes": "^6.0"
},
"extra": {
"installer-paths": {
"third-party-authifly/{$name}/": [
"mailoptin/authifly"
]
}
},
"scripts": {
"post-install-cmd": [
"~/.composer/vendor/bin/php-scoper add-prefix --output-dir=third-party --force",
"@composer dump-autoload --working-dir third-party --classmap-authoritative",
"@remove-vendor"
],
"post-update-cmd": [
" ~/.composer/vendor/bin/php-scoper add-prefix --output-dir=third-party --force",
"@composer dump-autoload --working-dir third-party --classmap-authoritative",
"@remove-vendor"
],
"remove-vendor": [
"rm -fr ./vendor"
]
},
"repositories": [
{
"type": "composer",
"url": "https://php.fury.io/uDXRvLf8b2ywvgcokC7z/mailoptin/"
},
{
"type": "vcs",
"url": "https://github.com/mailoptin/composer-cleanup-plugin.git"
}
],
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"composer/installers": true,
"barryvdh/composer-cleanup-plugin": true
}
}
}