Skip to content

Commit 0c37eb3

Browse files
Add PHP 8.3 support
1 parent 0958700 commit 0c37eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "pimcore-bundle",
44
"description": "The Process Manager allows you to manage (define,execute...) arbitrary processes/commands in the Pimcore backend.",
55
"require": {
6-
"php": "~8.1.0 || ~8.2.0",
6+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
77
"pimcore/pimcore": "^11.0",
88
"dragonmantank/cron-expression": "^v3.1.0"
99
},

0 commit comments

Comments
 (0)