remove useless ext-json requirement (#596)

Fix #595
This commit is contained in:
Massimiliano Arione
2025-06-07 02:44:28 +02:00
committed by GitHub
parent 0823fc23fc
commit 8460cbacb4
-1
View File
@@ -10,7 +10,6 @@
],
"require": {
"php": "^8.0",
"ext-json": "*",
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
"ramsey/collection": "^1.2 || ^2.0"
},