Skip to content

Commit 4459521

Browse files
committed
require php-sap/datetime #5
1 parent c0d122e commit 4459521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"minimum-stability": "stable",
2323
"require": {
2424
"php": ">=7.4",
25-
"ext-json": "*"
25+
"ext-json": "*",
26+
"php-sap/datetime": "^1.4"
2627
},
2728
"autoload": {
2829
"psr-4": {

0 commit comments

Comments
 (0)