Skip to content

Commit 2ced9d4

Browse files
committed
| Q | A
| ------------- | --- | Bug fix? | yes/no <!-- please update CHANGELOG.md file --> | New feature? | yes/no <!-- please update CHANGELOG.md file --> | Deprecations? | yes/no | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally: - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). -->
1 parent bb11a9c commit 2ced9d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"require": {
2626
"php": ">=8.1",
2727
"spatie/url-signer": "^2.0",
28-
"symfony/config": "^4.4 || ^5.1 || ^6.0 || ^7.0",
29-
"symfony/clock": "^6.4",
28+
"symfony/config": "^6.4 || ^7.0",
29+
"symfony/clock": "^6.4 || ^7.0",
3030
"symfony/dependency-injection": "^4.4 || ^5.1 || ^6.0 || ^7.0",
3131
"symfony/event-dispatcher": "^4.4 || ^5.1 || ^6.0 || ^7.0",
3232
"symfony/http-kernel": "^4.4 || ^5.1 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)