Skip to content

Commit 1e78be2

Browse files
committed
feat: Add support for Symfony 8.0
The codebase only uses Clock methods compatible with Symfony 8.0.
1 parent df2a40a commit 1e78be2

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
@@ -16,7 +16,7 @@
1616
"require": {
1717
"ext-json": "*",
1818
"php": ">=8.2",
19-
"symfony/clock": "^6.2|^7.0"
19+
"symfony/clock": "^6.2|^7.0|^8.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^11.0",
@@ -36,4 +36,4 @@
3636
"bin": [
3737
"bin/posthog"
3838
]
39-
}
39+
}

0 commit comments

Comments
 (0)