Skip to content

Commit

Permalink
fix: Move lcobucci/clock to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wentz committed Jul 21, 2023
1 parent 2bf8965 commit e3bb8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"php": "^8.2",
"ext-date": "*",
"thecodingmachine/safe": "^2.1",
"lcobucci/clock": "^3.0",
"psr/clock": "^1.0"
},
"require-dev": {
"brainbits/phpcs-standard": "^7.0",
"ergebnis/phpstan-rules": "^2.0",
"jangregor/phpstan-prophecy": "^1.0",
"lcobucci/clock": "^3.0",
"phpstan/phpstan": "^1.9.0",
"phpunit/phpunit": "^10.1",
"symfony/serializer": "^6.0",
Expand Down

0 comments on commit e3bb8eb

Please sign in to comment.