Skip to content

Commit 68c9afe

Browse files
Upgraded dev PHP dependencies (#104)
* Fixed ResourceAttributes deprecated * Moved parseBoolValue to PhpPartFacade * Renamed appCodeArgs to appCodeRequestArgs * Initial change to ComponentTestCaseBase * Renamed appCodeArguments to appCodeRequestArgs * Renamed ResourcesClient to ResourcesCleanerClient * Renamed RESOURCES_CLIENT to RESOURCES_CLEANER_CLIENT * Refactored PackagesPhpRequirementTest * Refactored test classes that can use implTestForAppCodeSetsHowFinished * Fixed ProcessUtilTest * Refactored BootstrapStageLoggingClassTrait * Fixed ComponentTestCaseBase::copyProdOptionsToAppCodeHostParams * Synced BootstrapStageLoggingClassTrait::addContextToMessage * Merged Add_feature_to_BootstrapStageLoggingClassTrait to Refactor_tests_tools_logging * Refactored logging to use the same sink for tests and tools * Temporarily disabled ComponentTestsUtilComponentTest::test0WithoutEscalation * Temporarily disabled ComponentTestsUtilComponentTest::test0WithoutEscalation * Re-enable ComponentTestsUtilComponentTest::test0WithoutEscalation * Fixed ComponentTestsUtilComponentTest * Fixed bootstrap_build_tools.php * Fixed test clean-up timing out * Make sure to close spawned process handle to allow it to exit normally * Refactored MySqliAutoInstrumentationTest to use implTestForAppCodeSetsHowFinished * Refactored PgSqlAutoInstrumentationTest * Started removal of BuildToolsLog * Fixed test case when MySQLi/ PostgreSQL instrumentation is disabled * Replaced separate build tools logging by prod logging * Added LoggingClassTraitTest::testWithIsNotEvaluatedIfLevelDisabled * Improved alignment of tests logging with prod and tests * Renamed feature to featureOrCategory where applicable * Removed TextUtil::isEmptyString * Upgraded phpstan/phpstan to 2.1.55 and phpstan/phpstan-phpunit to 2.0.16 * Moved TextUtil that are not used by production code to TextUtilForTests * Upgraded dealerdirect/phpcodesniffer-composer-installer to 1.2.1 * Pin phpunit/phpunit to 10.5.63 because some past phpunit/phpunit releases had security issues so it's better to keep under manual control * Upgraded slevomat/coding-standard to 8.29.0 and php_codesniffer to 4.0.1
1 parent 06b4851 commit 68c9afe

51 files changed

Lines changed: 3147 additions & 2795 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"require-dev": {
3333
"composer/composer": "^2.0",
34-
"dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
34+
"dealerdirect/phpcodesniffer-composer-installer": "1.2.1",
3535
"ext-ctype": "*",
3636
"ext-curl": "*",
3737
"ext-mysqli": "*",
@@ -43,12 +43,12 @@
4343
"php-ds/php-ds": "^1.7.0",
4444
"php-parallel-lint/php-console-highlighter": "^1.0",
4545
"php-parallel-lint/php-parallel-lint": "1.4.0",
46-
"phpstan/phpstan": "2.1.31",
47-
"phpstan/phpstan-phpunit": "2.0.7",
48-
"phpunit/phpunit": "^10.5.47",
46+
"phpstan/phpstan": "2.1.55",
47+
"phpstan/phpstan-phpunit": "2.0.16",
48+
"phpunit/phpunit": "10.5.63",
4949
"react/http": "^1.11",
50-
"slevomat/coding-standard": "8.19.1",
51-
"squizlabs/php_codesniffer": "3.13.2"
50+
"slevomat/coding-standard": "8.29.0",
51+
"squizlabs/php_codesniffer": "4.0.1"
5252
},
5353
"autoload-dev": {
5454
"psr-4": {

generated_composer_lock_files/dev.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"require-dev": {
3333
"composer/composer": "^2.0",
34-
"dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
34+
"dealerdirect/phpcodesniffer-composer-installer": "1.2.1",
3535
"ext-ctype": "*",
3636
"ext-curl": "*",
3737
"ext-mysqli": "*",
@@ -43,12 +43,12 @@
4343
"php-ds/php-ds": "^1.7.0",
4444
"php-parallel-lint/php-console-highlighter": "^1.0",
4545
"php-parallel-lint/php-parallel-lint": "1.4.0",
46-
"phpstan/phpstan": "2.1.31",
47-
"phpstan/phpstan-phpunit": "2.0.7",
48-
"phpunit/phpunit": "^10.5.47",
46+
"phpstan/phpstan": "2.1.55",
47+
"phpstan/phpstan-phpunit": "2.0.16",
48+
"phpunit/phpunit": "10.5.63",
4949
"react/http": "^1.11",
50-
"slevomat/coding-standard": "8.19.1",
51-
"squizlabs/php_codesniffer": "3.13.2"
50+
"slevomat/coding-standard": "8.29.0",
51+
"squizlabs/php_codesniffer": "4.0.1"
5252
},
5353
"autoload-dev": {
5454
"psr-4": {

0 commit comments

Comments
 (0)