summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-12-20 00:09:03 +0000
committerGreg Roach <greg@subaqua.co.uk>2024-12-20 00:09:03 +0000
commit09439d4042f8d5389d12c853d064a4d0c7a8ad79 (patch)
tree754275fba34ef5fe60daf5b0762cdd79e71ed009 /composer.json
parent3b2ebbbbdd48f92956cc657922db9cf60b2ebe24 (diff)
downloadwebtrees-09439d4042f8d5389d12c853d064a4d0c7a8ad79.tar.gz
webtrees-09439d4042f8d5389d12c853d064a4d0c7a8ad79.tar.bz2
webtrees-09439d4042f8d5389d12c853d064a4d0c7a8ad79.zip
Use patched version of io-developer/php-whois
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 7a2a5d84ef..a272a3c9f1 100644
--- a/composer.json
+++ b/composer.json
@@ -28,6 +28,13 @@
"sort-packages": true,
"process-timeout": 3600
},
+ "repositories":
+ [
+ {
+ "type": "vcs",
+ "url": "https://github.com/fisharebest/php-whois"
+ }
+ ],
"require": {
"php": "8.3 - 8.4",
"ext-ctype": "*",
@@ -51,7 +58,7 @@
"illuminate/database": "11.36.1",
"illuminate/support": "11.36.1",
"intervention/image": "3.9.1",
- "io-developer/php-whois": "4.1.10",
+ "io-developer/php-whois": "dev-fix225 as 4.1.10",
"league/commonmark": "2.6.0",
"league/flysystem": "3.29.1",
"league/flysystem-path-prefixing": "3.28.0",