Skip to content

Commit 374a9e1

Browse files
committed
Remove outdated ext-json requirement, no longer required on PHP8, fixes #320
Signed-off-by: Christian Scheb <git@christianscheb.de>
1 parent 43088a1 commit 374a9e1

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

app/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"license": "MIT",
44
"require": {
55
"php": "~8.4.0 || ~8.5.0",
6-
"ext-json": "*",
76
"doctrine/doctrine-bundle": "^3.1",
87
"doctrine/orm": "^3.5.8",
98
"egulias/email-validator": "^4.0",

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
],
1414
"require": {
1515
"php": "~8.4.0 || ~8.5.0",
16-
"ext-json": "*",
1716
"lcobucci/clock": "^3.0",
1817
"lcobucci/jwt": "^5.0",
1918
"spomky-labs/otphp": "^11.4",

src/bundle/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
],
1414
"require": {
1515
"php": "~8.4.0 || ~8.5.0",
16-
"ext-json": "*",
1716
"symfony/config": "^7.4 || ^8.0",
1817
"symfony/dependency-injection": "^7.4 || ^8.0",
1918
"symfony/event-dispatcher": "^7.4 || ^8.0",

0 commit comments

Comments
 (0)