Skip to content

Commit e1d8f9b

Browse files
committed
chore: drop php 8.3 and add support php 8.5
1 parent 882f87a commit e1d8f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sygic/datetime",
33
"description": "Enhanced DateTime, DateTimeImmutable and DateInterval objects",
4-
"version": "0.8.3",
4+
"version": "0.8.4",
55
"type": "library",
66
"keywords": [
77
"datetime",
@@ -23,7 +23,7 @@
2323
"issues": "https://github.com/pauci/datetime/issues"
2424
},
2525
"require": {
26-
"php": "^8.3 || ^8.4",
26+
"php": "^8.4 || ^8.5",
2727
"ext-json": "*",
2828
"psr/clock": "^1.0"
2929
},

0 commit comments

Comments
 (0)