forked from alexmerz/Net_IPv6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some quick updates to get PHP 8.1 compatability
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"email": "[email protected]", | ||
"name": "Alexander Merz", | ||
"role": "Lead" | ||
}, | ||
} | ||
], | ||
"autoload": { | ||
"psr-0": { | ||
|
@@ -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": "*" | ||
} | ||
} | ||
} |