diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 34edc5b..055ed79 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,9 +15,8 @@ jobs: strategy: matrix: php: - - "7.4" - - "8.0" - "8.1" + - "8.2" dependencies: - "lowest" - "highest" diff --git a/CHANGELOG.md b/CHANGELOG.md index 383d813..a2ab536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## Unreleased +This release drops support for PHP <8.1. + ## 2.1.0 - 2022-04-22 Adds the `WrappingClock` which allows using an object with a `now()` method returning a `DateTimeImmutable` object as a "real" clock. diff --git a/composer.json b/composer.json index f8b7edf..7ad8c0c 100644 --- a/composer.json +++ b/composer.json @@ -11,17 +11,17 @@ } ], "require": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0", - "stella-maris/clock": "^0.1.4" + "php": "~8.1.0 || ~8.2.0", + "stella-maris/clock": "^0.1.6" }, "require-dev": { - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5.10", - "psalm/plugin-phpunit": "^0.16.0", - "vimeo/psalm": "^4.15" + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan": "^1.9.1", + "phpstan/phpstan-phpunit": "^1.2.2", + "phpstan/phpstan-strict-rules": "^1.4.4", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.29" }, "autoload": { "psr-4": {