Skip to content

Commit 66817db

Browse files
committed
upgrade composer dependencies to PHP 8 #9
1 parent 0e7afd2 commit 66817db

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
@@ -21,9 +21,9 @@
2121
},
2222
"minimum-stability": "stable",
2323
"require": {
24-
"php": ">=7.4",
24+
"php": "^8.1",
2525
"ext-json": "*",
26-
"php-sap/datetime": "^1.4"
26+
"php-sap/datetime": "^1.5"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)