Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fusewp/core / composer.json
Size: Mime:
{
  "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
    }
  }
}