Skip to content

Commit

Permalink
Fix ClockInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Nov 14, 2023
1 parent 2ea8119 commit 7e5a85a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"issues": "https://github.com/fre5h/datetime-php/issues"
},
"require": {
"php": ">=8.2"
"php": ">=8.2",
"psr/clock": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.16",
"friendsofphp/php-cs-fixer": "^3.38",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.1",
"psr/clock": "^1.0",
"phpunit/phpunit": "^10.4",
"slam/phpstan-extensions": "^6.0",
"squizlabs/php_codesniffer": "^3.7",
"thecodingmachine/phpstan-strict-rules": "^1.0"
Expand Down

0 comments on commit 7e5a85a

Please sign in to comment.