Skip to content

Commit 7e5a85a

Browse files
authored
Fix ClockInterface
1 parent 2ea8119 commit 7e5a85a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"issues": "https://github.com/fre5h/datetime-php/issues"
1818
},
1919
"require": {
20-
"php": ">=8.2"
20+
"php": ">=8.2",
21+
"psr/clock": "^1.0"
2122
},
2223
"require-dev": {
23-
"friendsofphp/php-cs-fixer": "^3.16",
24+
"friendsofphp/php-cs-fixer": "^3.38",
2425
"phpstan/phpstan": "^1.10",
2526
"phpstan/phpstan-phpunit": "^1.3",
26-
"phpunit/phpunit": "^10.1",
27-
"psr/clock": "^1.0",
27+
"phpunit/phpunit": "^10.4",
2828
"slam/phpstan-extensions": "^6.0",
2929
"squizlabs/php_codesniffer": "^3.7",
3030
"thecodingmachine/phpstan-strict-rules": "^1.0"

0 commit comments

Comments
 (0)