From 6b912ce060b68ed4c8b1c31c882cf70f099e912f Mon Sep 17 00:00:00 2001 From: David Levine Date: Sat, 6 Apr 2024 12:15:34 +0000 Subject: [PATCH] chore: set php-compatibility to `dev-develop` --- composer.json | 3 +- composer.lock | 66 +++++++++++++++++++++++++++-------- vendor/composer/installed.php | 4 +-- 3 files changed, 55 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 6b72164..f2c525c 100644 --- a/composer.json +++ b/composer.json @@ -95,7 +95,8 @@ "axepress/wp-graphql-stubs": "^1.13", "axepress/wp-graphql-cs": "^2.0.0-beta", "wp-cli/wp-cli-bundle": "^2.8.1", - "php-coveralls/php-coveralls": "^2.5" + "php-coveralls/php-coveralls": "^2.5", + "phpcompatibility/php-compatibility": "dev-develop as 9.99.99" }, "scripts": { "install-test-env": "bash bin/install-test-env.sh", diff --git a/composer.lock b/composer.lock index 98fbcfb..7de18f0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "95b4759ec0bad0499b547826ce45413a", + "content-hash": "575e7775d45228788bb74b6ed095355c", "packages": [ { "name": "axepress/wp-graphql-plugin-boilerplate", @@ -3822,33 +3822,45 @@ }, { "name": "phpcompatibility/php-compatibility", - "version": "9.3.5", + "version": "dev-develop", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", - "reference": "9fb324479acf6f39452e0655d2429cc0d3914243" + "reference": "88e77dff171bdd843969a4297ebe52f9f849275a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243", - "reference": "9fb324479acf6f39452e0655d2429cc0d3914243", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/88e77dff171bdd843969a4297ebe52f9f849275a", + "reference": "88e77dff171bdd843969a4297ebe52f9f849275a", "shasum": "" }, "require": { - "php": ">=5.3", - "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" + "php": ">=5.4", + "phpcsstandards/phpcsutils": "^1.0.9", + "squizlabs/php_codesniffer": "^3.9.0" }, - "conflict": { - "squizlabs/php_codesniffer": "2.6.2" + "replace": { + "wimg/php-compatibility": "*" }, "require-dev": { - "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" + "php-parallel-lint/php-console-highlighter": "^1.0.0", + "php-parallel-lint/php-parallel-lint": "^1.3.2", + "phpcsstandards/phpcsdevcs": "^1.1.3", + "phpcsstandards/phpcsdevtools": "^1.2.0", + "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4 || ^10.1.0", + "yoast/phpunit-polyfills": "^1.0.5 || ^2.0.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." }, + "default-branch": true, "type": "phpcodesniffer-standard", + "extra": { + "branch-alias": { + "dev-master": "9.x-dev", + "dev-develop": "10.x-dev" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" @@ -3874,13 +3886,29 @@ "keywords": [ "compatibility", "phpcs", - "standards" + "standards", + "static analysis" ], "support": { "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues", + "security": "https://github.com/PHPCompatibility/PHPCompatibility/security/policy", "source": "https://github.com/PHPCompatibility/PHPCompatibility" }, - "time": "2019-12-27T09:44:58+00:00" + "funding": [ + { + "url": "https://github.com/PHPCompatibility", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], + "time": "2024-04-02T20:53:47+00:00" }, { "name": "phpcompatibility/phpcompatibility-paragonie", @@ -11053,10 +11081,18 @@ "time": "2021-07-11T04:52:41+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "phpcompatibility/php-compatibility", + "version": "dev-develop", + "alias": "9.99.99", + "alias_normalized": "9.99.99.0" + } + ], "minimum-stability": "stable", "stability-flags": { - "axepress/wp-graphql-cs": 10 + "axepress/wp-graphql-cs": 10, + "phpcompatibility/php-compatibility": 20 }, "prefer-stable": false, "prefer-lowest": false, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 5bc90ae..315561b 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'hsimah-services/wp-graphql-facetwp', 'pretty_version' => 'dev-develop', 'version' => 'dev-develop', - 'reference' => '6b1674eacb4e3dffd7f5329ed1036bcc5a7a6e2a', + 'reference' => '870148cb83c9b75a86c5621b64b97ff01adb98ef', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -22,7 +22,7 @@ 'hsimah-services/wp-graphql-facetwp' => array( 'pretty_version' => 'dev-develop', 'version' => 'dev-develop', - 'reference' => '6b1674eacb4e3dffd7f5329ed1036bcc5a7a6e2a', + 'reference' => '870148cb83c9b75a86c5621b64b97ff01adb98ef', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),