Skip to content

Commit 6ee0dc6

Browse files
committed
Upgraded to PHP 8.4
1 parent 6d945a9 commit 6ee0dc6

File tree

10 files changed

+106
-462
lines changed

10 files changed

+106
-462
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
99
## [Unreleased]
1010

1111
* [PR-86](https://github.com/itk-dev/kunstdatabasen/pull/86)
12-
* Upgraded to Symfony 7.3
12+
* Upgraded to Symfony 7.3 and PHP 8.4
1313

1414
## [1.8.1] - 2025-06-16
1515

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"license": "proprietary",
55
"type": "project",
66
"require": {
7-
"php": ">=8.3",
7+
"php": ">=8.4",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"doctrine/doctrine-bundle": "^2.10",
1111
"doctrine/doctrine-migrations-bundle": "^3.2",
12-
"doctrine/orm": "^2.15",
12+
"doctrine/orm": "^3.5",
1313
"itk-dev/web-accessibility-statement-bundle": "^2.0",
1414
"knplabs/knp-paginator-bundle": "^6.2",
1515
"liip/imagine-bundle": "^2.12",
16-
"ocramius/doctrine-batch-utils": "^2.5",
16+
"ocramius/doctrine-batch-utils": "^2.9",
1717
"openspout/openspout": "^4.15",
1818
"phpdocumentor/reflection-docblock": "^5.3",
1919
"phpoffice/phpspreadsheet": "^1.29",
@@ -40,7 +40,7 @@
4040
"require-dev": {
4141
"ergebnis/composer-normalize": "^2.47",
4242
"friendsofphp/php-cs-fixer": "^3.73",
43-
"hautelook/alice-bundle": "^2.12",
43+
"hautelook/alice-bundle": "^2.15",
4444
"phpstan/extension-installer": "^1.4.3",
4545
"phpstan/phpstan": "^2.1.11",
4646
"phpstan/phpstan-doctrine": "^2.0.2",

0 commit comments

Comments
 (0)