We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea8119 commit 7e5a85aCopy full SHA for 7e5a85a
1 file changed
composer.json
@@ -17,14 +17,14 @@
17
"issues": "https://github.com/fre5h/datetime-php/issues"
18
},
19
"require": {
20
- "php": ">=8.2"
+ "php": ">=8.2",
21
+ "psr/clock": "^1.0"
22
23
"require-dev": {
- "friendsofphp/php-cs-fixer": "^3.16",
24
+ "friendsofphp/php-cs-fixer": "^3.38",
25
"phpstan/phpstan": "^1.10",
26
"phpstan/phpstan-phpunit": "^1.3",
- "phpunit/phpunit": "^10.1",
27
- "psr/clock": "^1.0",
+ "phpunit/phpunit": "^10.4",
28
"slam/phpstan-extensions": "^6.0",
29
"squizlabs/php_codesniffer": "^3.7",
30
"thecodingmachine/phpstan-strict-rules": "^1.0"
0 commit comments