This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/composer.lock

378 lines
13 KiB
Plaintext
Raw Normal View History

2019-06-26 16:33:58 +00:00
{
"_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"
],
2019-07-04 14:51:13 +00:00
"content-hash": "6e38e340aaa610ed48211f151263555e",
2019-06-26 16:33:58 +00:00
"packages": [
{
"name": "composer/installers",
2020-04-13 18:19:57 +00:00
"version": "v1.9.0",
2019-06-26 16:33:58 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
2020-04-13 18:19:57 +00:00
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
2019-06-26 16:33:58 +00:00
},
"dist": {
"type": "zip",
2020-04-13 18:19:57 +00:00
"url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
2019-06-26 16:33:58 +00:00
"shasum": ""
},
"require": {
2020-04-13 18:19:57 +00:00
"composer-plugin-api": "^1.0 || ^2.0"
2019-06-26 16:33:58 +00:00
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
2020-04-13 18:19:57 +00:00
"composer/composer": "1.6.* || 2.0.*@dev",
"composer/semver": "1.0.* || 2.0.*@dev",
"phpunit/phpunit": "^4.8.36",
"sebastian/comparator": "^1.2.4",
"symfony/process": "^2.3"
2019-06-26 16:33:58 +00:00
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",
2020-04-13 18:19:57 +00:00
"MantisBT",
2019-06-26 16:33:58 +00:00
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
"Thelia",
2020-04-13 18:19:57 +00:00
"Whmcs",
2019-06-26 16:33:58 +00:00
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
2020-04-13 18:19:57 +00:00
"known",
2019-06-26 16:33:58 +00:00
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
"modulework",
"modx",
"moodle",
"osclass",
"phpbb",
"piwik",
"ppi",
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
2020-04-13 18:19:57 +00:00
"sylius",
2019-06-26 16:33:58 +00:00
"symfony",
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
2020-04-13 18:19:57 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-04-07T06:57:05+00:00"
2019-06-26 16:33:58 +00:00
}
],
"packages-dev": [
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"version": "v0.5.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"
},
"type": "composer-plugin",
"extra": {
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
"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"
],
"time": "2018-10-26T13:21:45+00:00"
},
2019-07-04 14:51:13 +00:00
{
"name": "phpcompatibility/php-compatibility",
2020-04-13 18:19:57 +00:00
"version": "9.3.5",
2019-07-04 14:51:13 +00:00
"source": {
"type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
2020-04-13 18:19:57 +00:00
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
2019-07-04 14:51:13 +00:00
},
"dist": {
"type": "zip",
2020-04-13 18:19:57 +00:00
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
2019-07-04 14:51:13 +00:00
"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.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Wim Godden",
"homepage": "https://github.com/wimg",
"role": "lead"
},
{
"name": "Juliette Reinders Folmer",
"homepage": "https://github.com/jrfnl",
"role": "lead"
2020-04-13 18:19:57 +00:00
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
2019-07-04 14:51:13 +00:00
}
],
"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"
],
2020-04-13 18:19:57 +00:00
"time": "2019-12-27T09:44:58+00:00"
2019-07-04 14:51:13 +00:00
},
2019-06-26 16:33:58 +00:00
{
"name": "squizlabs/php_codesniffer",
2020-04-13 18:19:57 +00:00
"version": "3.5.4",
2019-06-26 16:33:58 +00:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2020-04-13 18:19:57 +00:00
"reference": "dceec07328401de6211037abbb18bda423677e26"
2019-06-26 16:33:58 +00:00
},
"dist": {
"type": "zip",
2020-04-13 18:19:57 +00:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26",
"reference": "dceec07328401de6211037abbb18bda423677e26",
2019-06-26 16:33:58 +00:00
"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"
],
2020-04-13 18:19:57 +00:00
"time": "2020-01-30T22:20:29+00:00"
2019-06-26 16:33:58 +00:00
},
{
"name": "wp-coding-standards/wpcs",
2020-04-13 18:19:57 +00:00
"version": "2.2.1",
2019-06-26 16:33:58 +00:00
"source": {
"type": "git",
2019-07-04 14:51:13 +00:00
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
2020-04-13 18:19:57 +00:00
"reference": "b5a453203114cc2284b1a614c4953456fbe4f546"
2019-06-26 16:33:58 +00:00
},
"dist": {
"type": "zip",
2020-04-13 18:19:57 +00:00
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/b5a453203114cc2284b1a614c4953456fbe4f546",
"reference": "b5a453203114cc2284b1a614c4953456fbe4f546",
2019-06-26 16:33:58 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4",
"squizlabs/php_codesniffer": "^3.3.1"
},
"require-dev": {
2020-04-13 18:19:57 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
2019-06-26 16:33:58 +00:00
"phpcompatibility/php-compatibility": "^9.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"suggest": {
2020-04-13 18:19:57 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
2019-06-26 16:33:58 +00:00
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Contributors",
2020-04-13 18:19:57 +00:00
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
2019-06-26 16:33:58 +00:00
}
],
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
"keywords": [
"phpcs",
"standards",
"wordpress"
],
2020-04-13 18:19:57 +00:00
"time": "2020-02-04T02:52:06+00:00"
2019-06-26 16:33:58 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
2020-04-13 18:19:57 +00:00
"platform-dev": [],
"plugin-api-version": "1.1.0"
2019-06-26 16:33:58 +00:00
}