From ae04daa7575867630ce4901fd362009cc541d733 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 7 Dec 2025 09:56:26 +0100 Subject: [PATCH] Upgrade ondram/ci-detector to 4.x --- composer.json | 2 +- composer.lock | 36 +++++++++++++++++++++--------------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index f86acbe28a..a4876e0035 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nette/schema": "^1.2.2", "nette/utils": "^3.2.5", "nikic/php-parser": "^5.6.2", - "ondram/ci-detector": "^3.4.0", + "ondram/ci-detector": "^4.0", "ondrejmirtes/better-reflection": "6.65.0.0", "ondrejmirtes/composer-attribute-collector": "^1.1.1", "ondrejmirtes/php-merge": "^4.1", diff --git a/composer.lock b/composer.lock index 5fede46b6d..a6755e41af 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": "65184e399cfac1d3b189462535646fae", + "content-hash": "e0509e01f7391c29ae7422428b0bba85", "packages": [ { "name": "clue/ndjson-react", @@ -2104,29 +2104,29 @@ }, { "name": "ondram/ci-detector", - "version": "3.5.1", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/OndraM/ci-detector.git", - "reference": "594e61252843b68998bddd48078c5058fe9028bd" + "reference": "8b0223b5ed235fd377c75fdd1bfcad05c0f168b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/OndraM/ci-detector/zipball/594e61252843b68998bddd48078c5058fe9028bd", - "reference": "594e61252843b68998bddd48078c5058fe9028bd", + "url": "https://api.github.com/repos/OndraM/ci-detector/zipball/8b0223b5ed235fd377c75fdd1bfcad05c0f168b8", + "reference": "8b0223b5ed235fd377c75fdd1bfcad05c0f168b8", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.2", - "lmc/coding-standard": "^1.3 || ^2.0", - "php-parallel-lint/php-parallel-lint": "^1.1", - "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "^0.12.0", - "phpstan/phpstan-phpunit": "^0.12.1", - "phpunit/phpunit": "^7.1 || ^8.0 || ^9.0" + "ergebnis/composer-normalize": "^2.13.2", + "lmc/coding-standard": "^3.0.0", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.1.0", + "phpstan/phpstan": "^1.2.0", + "phpstan/phpstan-phpunit": "^1.0.0", + "phpunit/phpunit": "^9.6.13" }, "type": "library", "autoload": { @@ -2153,6 +2153,9 @@ "appveyor", "aws", "aws codebuild", + "azure", + "azure devops", + "azure pipelines", "bamboo", "bitbucket", "buddy", @@ -2160,19 +2163,22 @@ "codebuild", "continuous integration", "continuousphp", + "devops", "drone", "github", "gitlab", "interface", "jenkins", + "pipelines", + "sourcehut", "teamcity", "travis" ], "support": { "issues": "https://github.com/OndraM/ci-detector/issues", - "source": "https://github.com/OndraM/ci-detector/tree/main" + "source": "https://github.com/OndraM/ci-detector/tree/4.2.0" }, - "time": "2020-09-04T11:21:14+00:00" + "time": "2024-03-12T13:22:30+00:00" }, { "name": "ondrejmirtes/better-reflection",