Skip to content

Commit

Permalink
Some quick updates to get PHP 8.1 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
greboid committed Oct 12, 2022
1 parent 33cf52f commit 187be4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Net_IPv6
PEAR Net_IPv6 package

Would prefer any issues to be raised upstream, but this version should
work on PHP 8.1

This will be delted when the upstream releases
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"email": "[email protected]",
"name": "Alexander Merz",
"role": "Lead"
},
}
],
"autoload": {
"psr-0": {
Expand All @@ -16,16 +16,12 @@
"./"
],
"license": "BSD-2-Clause",
"name": "pear/net_ipv6",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_IPv6",
"source": "https://github.com/alexmerz/Net_IPv6"
},
"name": "greboid/net_ipv6",
"type": "library",
"require": {
"pear/pear_exception": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}
}

0 comments on commit 187be4f

Please sign in to comment.