File "composer.json"

Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/official-facebook-pixel/composer.json
File size: 682 bytes
MIME-type: application/json
Charset: utf-8

{
  "name": "facebook/pixel-for-wordpress",
  "description": "Facebook Pixel plugins for wordpress",
  "type": "project",
  "require-dev": {
    "phpunit/phpunit": "^6.5",
    "phing/phing": "3.0.0-alpha1",
    "10up/wp_mock": "0.3.0"
  },
  "license": "GPL",
  "require": {
    "facebook/php-business-sdk": "16.0.*",
    "techcrunch/wp-async-task": "dev-master"
  },
  "autoload": {
    "psr-4": {
      "FacebookPixelPlugin\\": "./",
      "FacebookPixelPlugin\\Core\\": "core/",
      "FacebookPixelPlugin\\Integration\\": "integration/"
    }
  },
  "autoload-dev": {
    "classmap": [
      "__tests__/",
      "./"
    ]
  },
  "replace": {
    "guzzlehttp/guzzle": "*"
  }
}