/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
fb-instant-articles
/
vendor
/
composer
/
Upload File
HOME
[ { "name": "doctrine/instantiator", "version": "1.0.5", "version_normalized": "1.0.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", "shasum": "" }, "require": { "php": ">=5.3,<8.0-DEV" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "time": "2015-06-14T21:17:01+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.com/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://github.com/doctrine/instantiator", "keywords": [ "constructor", "instantiate" ] }, { "name": "facebook/facebook-instant-articles-sdk-extensions-in-php", "version": "v0.2.1", "version_normalized": "0.2.1.0", "source": { "type": "git", "url": "https://github.com/facebook/facebook-instant-articles-sdk-extensions-in-php.git", "reference": "de4470829537326987feadad6a19445c33a20383" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/facebook/facebook-instant-articles-sdk-extensions-in-php/zipball/de4470829537326987feadad6a19445c33a20383", "reference": "de4470829537326987feadad6a19445c33a20383", "shasum": "" }, "require": { "doctrine/instantiator": "<=1.0.5", "facebook/facebook-instant-articles-sdk-php": "^1.8.3", "php": "^5.4 || ^7.0" }, "require-dev": { "phpdocumentor/reflection-docblock": "^2.0", "phpunit/phpunit": "^4.8", "squizlabs/php_codesniffer": "^3.0.0" }, "time": "2018-02-08T18:21:18+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Facebook\\InstantArticles\\": "src/Facebook/InstantArticles/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "authors": [ { "name": "Facebook", "homepage": "https://github.com/facebook/facebook-instant-articles-sdk-extensions-in-php/contributors" } ], "description": "Facebook Instant Articles SDK Extensions in PHP to transform Instant Articles markup file into AMP", "homepage": "https://github.com/facebook/facebook-instant-articles-sdk-extensions-in-php", "keywords": [ "amp", "articles", "extensions", "facebook", "instant", "instantarticles", "sdk" ] }, { "name": "facebook/facebook-instant-articles-sdk-php", "version": "v1.10.0", "version_normalized": "1.10.0.0", "source": { "type": "git", "url": "https://github.com/facebook/facebook-instant-articles-sdk-php.git", "reference": "ddd592500bd377af1965602fc008e6f593e63532" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/facebook/facebook-instant-articles-sdk-php/zipball/ddd592500bd377af1965602fc008e6f593e63532", "reference": "ddd592500bd377af1965602fc008e6f593e63532", "shasum": "" }, "require": { "facebook/graph-sdk": "~5.0", "php": "^5.4 || ^5.6 || ^7", "symfony/css-selector": "^2.8 || ^3.1 || ^4.1" }, "require-dev": { "fzaninotto/faker": "^1.6.0", "phpdocumentor/reflection-docblock": "^2.0", "phpunit/phpunit": "4.8.*", "squizlabs/php_codesniffer": "^2.6.0", "symfony/yaml": "2.1.*" }, "time": "2018-11-29T14:50:41+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Facebook\\InstantArticles\\": "src/Facebook/InstantArticles/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "authors": [ { "name": "Facebook", "homepage": "https://github.com/facebook/facebook-instant-articles-sdk-php/contributors" } ], "description": "Facebook Instant Articles SDK for PHP", "homepage": "https://github.com/facebook/facebook-instant-articles-sdk-php", "keywords": [ "articles", "facebook", "instant", "sdk" ] }, { "name": "facebook/graph-sdk", "version": "5.7.0", "version_normalized": "5.7.0.0", "source": { "type": "git", "url": "https://github.com/facebook/php-graph-sdk.git", "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b", "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b", "shasum": "" }, "require": { "php": "^5.4|^7.0" }, "require-dev": { "guzzlehttp/guzzle": "~5.0", "mockery/mockery": "~0.8", "phpunit/phpunit": "~4.0" }, "suggest": { "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client", "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5" }, "time": "2018-12-11T22:56:31+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Facebook\\": "src/Facebook/" }, "files": [ "src/Facebook/polyfills.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Facebook Platform" ], "authors": [ { "name": "Facebook", "homepage": "https://github.com/facebook/php-graph-sdk/contributors" } ], "description": "Facebook SDK for PHP", "homepage": "https://github.com/facebook/php-graph-sdk", "keywords": [ "facebook", "sdk" ] }, { "name": "squizlabs/php_codesniffer", "version": "3.4.0", "version_normalized": "3.4.0.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "379deb987e26c7cd103a7b387aea178baec96e48" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48", "reference": "379deb987e26c7cd103a7b387aea178baec96e48", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "time": "2018-12-19T23:57:18+00:00", "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "http://www.squizlabs.com/php-codesniffer", "keywords": [ "phpcs", "standards" ] }, { "name": "symfony/css-selector", "version": "v2.8.49", "version_normalized": "2.8.49.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "7b1692e418d7ccac24c373528453bc90e42797de" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/7b1692e418d7ccac24c373528453bc90e42797de", "reference": "7b1692e418d7ccac24c373528453bc90e42797de", "shasum": "" }, "require": { "php": ">=5.3.9" }, "time": "2018-11-11T11:18:13+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jean-François Simon", "email": "jeanfrancois.simon@sensiolabs.com" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com" }, { "name": "wp-coding-standards/wpcs", "version": "1.2.1", "version_normalized": "1.2.1.0", "source": { "type": "git", "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", "reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c", "reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c", "shasum": "" }, "require": { "php": ">=5.3", "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2" }, "require-dev": { "phpcompatibility/php-compatibility": "^9.0" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." }, "time": "2018-12-18T09:43:51+00:00", "type": "phpcodesniffer-standard", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Contributors", "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors" } ], "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", "keywords": [ "phpcs", "standards", "wordpress" ] } ]