Skip to content

Commit 94bc7b3

Browse files
Fix support for PHP 8.4 (#10)
1 parent 6991f4c commit 94bc7b3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-application.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- php-version: '8.4'
4747
coverage: false
4848
dependency-versions: 'highest'
49-
composer-options: '--ignore-platform-reqs'
5049
env:
5150
SYMFONY_DEPRECATIONS_HELPER: weak
5251

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "proprietary",
55
"type": "sulu-bundle",
66
"require": {
7-
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.*",
7+
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",
88
"doctrine/dbal": "^2.13 || ^3.0",
99
"doctrine/doctrine-bundle": "^2.5",
1010
"doctrine/orm": "^2.11",

0 commit comments

Comments
 (0)