Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mlocati/ip-lib/composer.json')
-rw-r--r--mlocati/ip-lib/composer.json60
1 files changed, 0 insertions, 60 deletions
diff --git a/mlocati/ip-lib/composer.json b/mlocati/ip-lib/composer.json
deleted file mode 100644
index bb11be45..00000000
--- a/mlocati/ip-lib/composer.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "mlocati/ip-lib",
- "description": "Handle IPv4, IPv6 addresses and ranges",
- "type": "library",
- "license": "MIT",
- "homepage": "https://github.com/mlocati/ip-lib",
- "authors": [
- {
- "name": "Michele Locati",
- "homepage": "https://github.com/mlocati",
- "email": "mlocati@gmail.com",
- "role": "Author"
- }
- ],
- "keywords": [
- "ip",
- "ipv4",
- "ipv6",
- "range",
- "network",
- "networking",
- "address",
- "addresses",
- "subnet",
- "matching",
- "managing",
- "manage"
- ],
- "require": {
- "php": ">=5.3.3"
- },
- "autoload": {
- "psr-4": {
- "IPLib\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "IPLib\\Test\\": "test/tests/",
- "IPLib\\Test\\Helpers\\": "test/helpers/"
- }
- },
- "require-dev": {
- "ext-pdo_sqlite": "*",
- "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.5"
- },
- "scripts": {
- "test": "phpunit"
- },
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/mlocati"
- },
- {
- "type": "other",
- "url": "https://paypal.me/mlocati"
- }
- ]
-}