From 3805e137951b10802bfa342dded25124e88262be Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Fri, 3 Feb 2023 21:26:04 +0200 Subject: [PATCH] This version requires PHPUnit 10 --- .github/workflows/main.yml | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c30679d..9908078 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - php: [8.0, 8.1] + php: [8.1, 8.2] steps: - name: Checkout code diff --git a/composer.json b/composer.json index 3702621..fe672e1 100644 --- a/composer.json +++ b/composer.json @@ -18,18 +18,18 @@ ], "homepage": "https://codeception.com/", "require": { - "php": "^8.0", + "php": "^8.1", "ext-dom": "*", "ext-json": "*", "ext-mbstring": "*", - "codeception/codeception": "^5.0", + "codeception/codeception": "dev-phpunit10 as 5.0.99", "codeception/lib-web": "^1.0.1", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.0", "symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0", "symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0" }, "require-dev": { - "codeception/util-universalframework": "dev-master" + "codeception/util-universalframework": "^1.0" }, "minimum-stability": "RC", "autoload": {