From 8644f09968dbb820d02685bbd919684dd78d96a9 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Thu, 8 Feb 2024 09:37:53 +0100 Subject: [PATCH 1/2] Remove Prophecy forks --- composer.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 7ac59db8..65ffc90b 100644 --- a/composer.json +++ b/composer.json @@ -40,8 +40,8 @@ "require-dev": { "facile-it/facile-coding-standard": "^1.0", "jangregor/phpstan-prophecy": "^1.0.0", - "phpspec/prophecy": "dev-allow-phpunit-11 as 1.19", - "phpspec/prophecy-phpunit": "dev-allow-phpunit-11 as 2.2.0", + "phpspec/prophecy": "dev-master as 1.19", + "phpspec/prophecy-phpunit": "dev-master as 2.2.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.10.4", "phpstan/phpstan-phpunit": "^1.1", @@ -53,16 +53,6 @@ "symfony/phpunit-bridge": "^6.4||^7.0", "vimeo/psalm": "^5.5.0" }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/jean85/prophecy-phpunit" - }, - { - "type": "vcs", - "url": "https://github.com/jean85/prophecy" - } - ], "conflict": { "composer/package-versions-deprecated": "<1.11.99" }, From 459abd196ec235c800551605e9cd7347d0e5e5a4 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Thu, 8 Feb 2024 09:39:05 +0100 Subject: [PATCH 2/2] Remove Composer auth --- .github/workflows/tests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c2cb6ea1..d5ffeb51 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,9 +9,6 @@ on: schedule: - cron: "42 7 * * 1" -env: - COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}' - jobs: Tests: runs-on: 'ubuntu-latest'