Skip to content

Commit 7bbed21

Browse files
committed
require php-sap/datetime #5
1 parent 54bd0e3 commit 7bbed21

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": "^5.5|^7.0|^8.0",
25-
"ext-json": "*"
25+
"ext-json": "*",
26+
"php-sap/datetime": "^1.3"
2627
},
2728
"autoload": {
2829
"psr-4": {

0 commit comments

Comments
 (0)