We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6991f4c commit 94bc7b3Copy full SHA for 94bc7b3
.github/workflows/test-application.yaml
@@ -46,7 +46,6 @@ jobs:
46
- php-version: '8.4'
47
coverage: false
48
dependency-versions: 'highest'
49
- composer-options: '--ignore-platform-reqs'
50
env:
51
SYMFONY_DEPRECATIONS_HELPER: weak
52
composer.json
@@ -4,7 +4,7 @@
4
"license": "proprietary",
5
"type": "sulu-bundle",
6
"require": {
7
- "php": "8.0.* || 8.1.* || 8.2.* || 8.3.*",
+ "php": "8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",
8
"doctrine/dbal": "^2.13 || ^3.0",
9
"doctrine/doctrine-bundle": "^2.5",
10
"doctrine/orm": "^2.11",
0 commit comments