[ { "name": "cweagans/composer-patches", "version": "1.6.6", "version_normalized": "1.6.6.0", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", "reference": "1d89dcc730e7f42426c434b88261fcfb3bce651e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/1d89dcc730e7f42426c434b88261fcfb3bce651e", "reference": "1d89dcc730e7f42426c434b88261fcfb3bce651e", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": ">=5.3.0" }, "require-dev": { "composer/composer": "~1.0", "phpunit/phpunit": "~4.6" }, "time": "2018-10-24T15:51:16+00:00", "type": "composer-plugin", "extra": { "class": "cweagans\\Composer\\Patches" }, "installation-source": "source", "autoload": { "psr-4": { "cweagans\\Composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Cameron Eagans", "email": "me@cweagans.net" } ], "description": "Provides a way to patch Composer packages." }, { "name": "dealerdirect/phpcodesniffer-composer-installer", "version": "v0.5.0", "version_normalized": "0.5.0.0", "source": { "type": "git", "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", "reference": "e749410375ff6fb7a040a68878c656c2e610b132" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132", "reference": "e749410375ff6fb7a040a68878c656c2e610b132", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": "^5.3|^7", "squizlabs/php_codesniffer": "^2|^3" }, "require-dev": { "composer/composer": "*", "phpcompatibility/php-compatibility": "^9.0", "sensiolabs/security-checker": "^4.1.0" }, "time": "2018-10-26T13:21:45+00:00", "type": "composer-plugin", "extra": { "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "installation-source": "source", "autoload": { "psr-4": { "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Franck Nijhof", "email": "franck.nijhof@dealerdirect.com", "homepage": "http://www.frenck.nl", "role": "Developer / IT Manager" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", "homepage": "http://www.dealerdirect.com", "keywords": [ "PHPCodeSniffer", "PHP_CodeSniffer", "code quality", "codesniffer", "composer", "installer", "phpcs", "plugin", "qa", "quality", "standard", "standards", "style guide", "stylecheck", "tests" ] }, { "name": "fasterimage/fasterimage", "version": "v1.5.0", "version_normalized": "1.5.0.0", "source": { "type": "git", "url": "https://github.com/willwashburn/fasterimage.git", "reference": "42d125a15dc124520aff2157bbed9a4b2d4f310a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/willwashburn/fasterimage/zipball/42d125a15dc124520aff2157bbed9a4b2d4f310a", "reference": "42d125a15dc124520aff2157bbed9a4b2d4f310a", "shasum": "" }, "require": { "php": ">=5.4.0", "willwashburn/stream": ">=1.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "php-mock/php-mock-phpunit": "^2.3", "phpunit/phpunit": "~6.0" }, "time": "2019-05-25T14:33:33+00:00", "type": "library", "installation-source": "source", "autoload": { "classmap": [ "src" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Will Washburn", "email": "will@tailwindapp.com" }, { "name": "Weston Ruter" } ], "description": "FasterImage finds the size or type of a set of images given their uris by fetching as little as needed, in parallel. Originally ported by Tom Moor.", "homepage": "https://github.com/willwashburn/fasterimage", "keywords": [ "fast image", "faster image", "fasterimage", "fastimage", "getimagesize", "image size", "parallel" ] }, { "name": "phpcompatibility/php-compatibility", "version": "9.1.1", "version_normalized": "9.1.1.0", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", "reference": "2b63c5d284ab8857f7b1d5c240ddb507a6b2293c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/2b63c5d284ab8857f7b1d5c240ddb507a6b2293c", "reference": "2b63c5d284ab8857f7b1d5c240ddb507a6b2293c", "shasum": "" }, "require": { "php": ">=5.3", "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" }, "conflict": { "squizlabs/php_codesniffer": "2.6.2" }, "require-dev": { "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "time": "2018-12-30T23:16:27+00:00", "type": "phpcodesniffer-standard", "installation-source": "source", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Contributors", "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" }, { "name": "Wim Godden", "homepage": "https://github.com/wimg", "role": "lead" }, { "name": "Juliette Reinders Folmer", "homepage": "https://github.com/jrfnl", "role": "lead" } ], "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", "keywords": [ "compatibility", "phpcs", "standards" ] }, { "name": "sabberworm/php-css-parser", "version": "8.3.0", "version_normalized": "8.3.0.0", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f", "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "codacy/coverage": "^1.4", "phpunit/phpunit": "~4.8" }, "time": "2019-02-22T07:42:52+00:00", "type": "library", "extra": { "patches_applied": { "PHP-CSS-Parser: Fix parsing CSS selectors which contain commas ": "patches/php-css-parser-mods.diff" } }, "installation-source": "source", "autoload": { "psr-0": { "Sabberworm\\CSS": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Raphael Schweikert" } ], "description": "Parser for CSS Files written in PHP", "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", "keywords": [ "css", "parser", "stylesheet" ] }, { "name": "squizlabs/php_codesniffer", "version": "3.4.2", "version_normalized": "3.4.2.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", "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": "2019-04-10T23:49:02+00:00", "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "installation-source": "source", "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": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ] }, { "name": "willwashburn/stream", "version": "v1.0.0", "version_normalized": "1.0.0.0", "source": { "type": "git", "url": "https://github.com/willwashburn/stream.git", "reference": "345b3062493e3899d987dbdd1fec1c13ee28c903" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/willwashburn/stream/zipball/345b3062493e3899d987dbdd1fec1c13ee28c903", "reference": "345b3062493e3899d987dbdd1fec1c13ee28c903", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0" }, "time": "2016-03-15T10:54:35+00:00", "type": "library", "installation-source": "source", "autoload": { "psr-4": { "WillWashburn\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Will Washburn", "email": "will.washburn@gmail.com" } ], "description": "model a sequence of data elements made available over time ", "homepage": "https://github.com/willwashburn/stream", "keywords": [ "peek", "read", "stream", "streamable" ] }, { "name": "wp-coding-standards/wpcs", "version": "2.1.1", "version_normalized": "2.1.1.0", "source": { "type": "git", "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", "reference": "bd9c33152115e6741e3510ff7189605b35167908" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/bd9c33152115e6741e3510ff7189605b35167908", "reference": "bd9c33152115e6741e3510ff7189605b35167908", "shasum": "" }, "require": { "php": ">=5.4", "squizlabs/php_codesniffer": "^3.3.1" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "phpcompatibility/php-compatibility": "^9.0", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." }, "time": "2019-05-21T02:50:00+00:00", "type": "phpcodesniffer-standard", "installation-source": "source", "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" ] }, { "name": "xwp/wp-dev-lib", "version": "1.1.2", "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/xwp/wp-dev-lib.git", "reference": "d8207e7cf749eaba5de5fb45c49cf7408ba741b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/xwp/wp-dev-lib/zipball/d8207e7cf749eaba5de5fb45c49cf7408ba741b6", "reference": "d8207e7cf749eaba5de5fb45c49cf7408ba741b6", "shasum": "" }, "time": "2019-06-05T20:06:16+00:00", "type": "library", "installation-source": "source", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Weston Ruter", "email": "weston@xwp.co", "homepage": "https://weston.ruter.net" }, { "name": "XWP", "email": "engage@xwp.co", "homepage": "https://xwp.co" } ], "description": "Common code used during development of WordPress plugins and themes", "homepage": "https://github.com/xwp/wp-dev-lib", "keywords": [ "wordpress" ] } ]