mirror of
https://github.com/beste/clock.git
synced 2026-08-17 17:47:13 +00:00
Drop support for PHP <8.1
This commit is contained in:
@@ -15,9 +15,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php:
|
php:
|
||||||
- "7.4"
|
|
||||||
- "8.0"
|
|
||||||
- "8.1"
|
- "8.1"
|
||||||
|
- "8.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
- "lowest"
|
- "lowest"
|
||||||
- "highest"
|
- "highest"
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
This release drops support for PHP <8.1.
|
||||||
|
|
||||||
## 2.1.0 - 2022-04-22
|
## 2.1.0 - 2022-04-22
|
||||||
Adds the `WrappingClock` which allows using an object with a `now()` method returning a `DateTimeImmutable` object
|
Adds the `WrappingClock` which allows using an object with a `now()` method returning a `DateTimeImmutable` object
|
||||||
as a "real" clock.
|
as a "real" clock.
|
||||||
|
|||||||
+9
-9
@@ -11,17 +11,17 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
|
"php": "~8.1.0 || ~8.2.0",
|
||||||
"stella-maris/clock": "^0.1.4"
|
"stella-maris/clock": "^0.1.6"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpstan/extension-installer": "^1.1",
|
"phpstan/extension-installer": "^1.2",
|
||||||
"phpstan/phpstan": "^1.0",
|
"phpstan/phpstan": "^1.9.1",
|
||||||
"phpstan/phpstan-phpunit": "^1.0",
|
"phpstan/phpstan-phpunit": "^1.2.2",
|
||||||
"phpstan/phpstan-strict-rules": "^1.0",
|
"phpstan/phpstan-strict-rules": "^1.4.4",
|
||||||
"phpunit/phpunit": "^9.5.10",
|
"phpunit/phpunit": "^9.5.26",
|
||||||
"psalm/plugin-phpunit": "^0.16.0",
|
"psalm/plugin-phpunit": "^0.16.1",
|
||||||
"vimeo/psalm": "^4.15"
|
"vimeo/psalm": "^4.29"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
Reference in New Issue
Block a user