{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "7453ced6d4afbc967a4bc188eda7e4aa", "packages": [ { "name": "khill/php-duration", "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/kevinkhill/php-duration.git", "reference": "5efcb6d492030e012a869f328284a377ee35c993" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kevinkhill/php-duration/zipball/5efcb6d492030e012a869f328284a377ee35c993", "reference": "5efcb6d492030e012a869f328284a377ee35c993", "shasum": "" }, "require-dev": { "doctrine/instantiator": "1.0.4", "phpunit/phpunit": "~4.8", "satooshi/php-coveralls": "~1.0", "symfony/config": "~2.0", "symfony/console": "~2.0", "symfony/filesystem": "~2.0", "symfony/stopwatch": "~2.0", "symfony/yaml": "~2.0" }, "type": "library", "autoload": { "psr-4": { "Khill\\Duration\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Hill", "email": "kevinkhill@gmail.com", "role": "Creator" } ], "description": "Converts between colon formatted time, human-readable time and seconds", "keywords": [ "convert", "duration", "seconds", "time" ], "time": "2018-07-05T12:10:14+00:00" } ], "packages-dev": [ { "name": "squizlabs/php_codesniffer", "version": "3.5.3", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "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" ], "time": "2019-12-04T04:46:47+00:00" }, { "name": "wp-coding-standards/wpcs", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", "reference": "f90e8692ce97b693633db7ab20bfa78d930f536a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/f90e8692ce97b693633db7ab20bfa78d930f536a", "reference": "f90e8692ce97b693633db7ab20bfa78d930f536a", "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." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Contributors", "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors" } ], "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", "keywords": [ "phpcs", "standards", "wordpress" ], "time": "2019-11-11T12:34:03+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }