Update composer dependencies
* Updates composer.json * Bumps dealerdirect/phpcodesniffer-composer-installer from version 0.5.0 to v0.6.2
This commit is contained in:
parent
b5f4ca61d8
commit
09a1985c25
|
@ -11,12 +11,12 @@
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/understrap/understrap",
|
"homepage": "https://github.com/understrap/understrap",
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "^1.5"
|
"composer/installers": "^1.9"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
|
||||||
"wp-coding-standards/wpcs": "^2.1",
|
"wp-coding-standards/wpcs": "^2.2",
|
||||||
"phpcompatibility/php-compatibility": "^9.2"
|
"phpcompatibility/php-compatibility": "^9.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": ["vendor/bin/phpcs"],
|
"test": ["vendor/bin/phpcs"],
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "6e38e340aaa610ed48211f151263555e",
|
"content-hash": "e27b9a7bc643d5c8c239f04e53ffddad",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/installers",
|
"name": "composer/installers",
|
||||||
|
@ -147,16 +147,16 @@
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
||||||
"version": "v0.5.0",
|
"version": "v0.6.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
||||||
"reference": "e749410375ff6fb7a040a68878c656c2e610b132"
|
"reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132",
|
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/8001af8eb107fbfcedc31a8b51e20b07d85b457a",
|
||||||
"reference": "e749410375ff6fb7a040a68878c656c2e610b132",
|
"reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -209,7 +209,7 @@
|
||||||
"stylecheck",
|
"stylecheck",
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"time": "2018-10-26T13:21:45+00:00"
|
"time": "2020-01-29T20:22:20+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpcompatibility/php-compatibility",
|
"name": "phpcompatibility/php-compatibility",
|
||||||
|
|
Reference in New Issue