PHP 8.3.31
Preview: composer.json Size: 1.49 KB
/home/getspomw/royalsquad.us/vendor/stevebauman/location/composer.json

{
    "name": "stevebauman/location",
    "description": "Retrieve a user's location by their IP Address",
    "authors": [
        {
            "name": "Steve Bauman",
            "email": "steven_bauman@outlook.com"
        }
    ],
    "license": "MIT",
    "keywords": [
        "laravel",
        "php",
        "location",
        "geo",
        "geoIP",
        "geo-location",
        "ip"
    ],
    "require": {
        "php": ">=8.1",
        "ext-json": "*",
        "ext-curl": "*",
        "geoip2/geoip2": "^2.0|^3.0",
        "guzzlehttp/guzzle": "^7.0",
        "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
    },
    "require-dev": {
        "pestphp/pest": "^1.0|^2.0|^3.7",
        "mockery/mockery": "^1.0",
        "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "archive": {
        "exclude": [
            "/tests"
        ]
    },
    "autoload": {
        "psr-4": {
            "Stevebauman\\Location\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Stevebauman\\Location\\Tests\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Stevebauman\\Location\\LocationServiceProvider"
            ],
            "aliases": {
                "Location": "Stevebauman\\Location\\Facades\\Location"
            }
        }
    },
    "config": {
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    }
}

Directory Contents

Dirs: 2 × Files: 2

Name Size Perms Modified Actions
config DIR
- drwxrwxrwx 2026-04-21 12:55:02
Edit Download
src DIR
- drwxrwxrwx 2026-04-19 15:12:38
Edit Download
1.49 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
1.04 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).