Skip to content

Commit

Permalink
Fix issues with clock
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 2, 2025
1 parent 863e20e commit 3691917
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
2 changes: 0 additions & 2 deletions composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
return (new Configuration())
->addPathToExclude(__DIR__ . '/tests')
->ignoreErrorsOnPackage('fakerphp/faker', [ErrorType::SHADOW_DEPENDENCY])
->ignoreErrorsOnPackage('psr/clock-implementation', [ErrorType::UNUSED_DEPENDENCY])
->ignoreErrorsOnPackage('symfony/clock', [ErrorType::UNUSED_DEPENDENCY])
;
41 changes: 0 additions & 41 deletions composer-require-checker.json

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"sylius/resource-bundle": "^1.8",
"sylius/taxonomy-bundle": "^1.0",
"sylius/ui-bundle": "^1.0",
"symfony/clock": "^6.4 || ^7.0",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
Expand Down

0 comments on commit 3691917

Please sign in to comment.