Skip to content

Commit 187be4f

Browse files
committed
Some quick updates to get PHP 8.1 compatability
1 parent 33cf52f commit 187be4f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# Net_IPv6
22
PEAR Net_IPv6 package
3+
4+
Would prefer any issues to be raised upstream, but this version should
5+
work on PHP 8.1
6+
7+
This will be delted when the upstream releases

composer.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"email": "[email protected]",
55
"name": "Alexander Merz",
66
"role": "Lead"
7-
},
7+
}
88
],
99
"autoload": {
1010
"psr-0": {
@@ -16,16 +16,12 @@
1616
"./"
1717
],
1818
"license": "BSD-2-Clause",
19-
"name": "pear/net_ipv6",
20-
"support": {
21-
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_IPv6",
22-
"source": "https://github.com/alexmerz/Net_IPv6"
23-
},
19+
"name": "greboid/net_ipv6",
2420
"type": "library",
2521
"require": {
2622
"pear/pear_exception": "*"
2723
},
2824
"require-dev": {
2925
"phpunit/phpunit": "*"
3026
}
31-
}
27+
}

0 commit comments

Comments
 (0)