Fix usable hosts for other different subnets

This commit is contained in:
Maarten 2024-11-27 20:17:19 +01:00
parent 45c25fa5f3
commit b0c3eca177
2 changed files with 53 additions and 16 deletions

View file

@ -10,7 +10,8 @@
"require": {
"php": ">=8.3.0",
"filp/whoops": "^2.16",
"vlucas/phpdotenv": "^5.6"
"vlucas/phpdotenv": "^5.6",
"ext-bcmath": "*"
},
"require-dev": {
"symfony/var-dumper": "^7.1",