{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "d786026103f055a510d74911a90b06d5", "packages": [ { "name": "altcha-org/altcha", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/altcha-org/altcha-lib-php.git", "reference": "8fc4a698b159824d7c1d729dc08e5c0687b494a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/altcha-org/altcha-lib-php/zipball/8fc4a698b159824d7c1d729dc08e5c0687b494a9", "reference": "8fc4a698b159824d7c1d729dc08e5c0687b494a9", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.72", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^11.5.50" }, "type": "library", "autoload": { "psr-4": { "AltchaOrg\\Altcha\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Regeci", "email": "536331+ovx@users.noreply.github.com" } ], "description": "A lightweight PHP library for creating and verifying ALTCHA challenges.", "support": { "issues": "https://github.com/altcha-org/altcha-lib-php/issues", "source": "https://github.com/altcha-org/altcha-lib-php/tree/v2.0.0" }, "time": "2026-04-07T11:35:25+00:00" }, { "name": "erusev/parsedown", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", "reference": "96baaad00f71ba04d76e45b4620f54d3beabd6f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/erusev/parsedown/zipball/96baaad00f71ba04d76e45b4620f54d3beabd6f7", "reference": "96baaad00f71ba04d76e45b4620f54d3beabd6f7", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7.5|^8.5|^9.6" }, "type": "library", "autoload": { "psr-0": { "Parsedown": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Emanuil Rusev", "email": "hello@erusev.com", "homepage": "http://erusev.com" } ], "description": "Parser for Markdown.", "homepage": "http://parsedown.org", "keywords": [ "markdown", "parser" ], "support": { "issues": "https://github.com/erusev/parsedown/issues", "source": "https://github.com/erusev/parsedown/tree/1.8.0" }, "funding": [ { "url": "https://github.com/erusev", "type": "github" } ], "time": "2026-02-16T11:41:01+00:00" }, { "name": "laravel/serializable-closure", "version": "v2.0.11", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", "reference": "d1af40ac4a6ccc12bd062a7184f63c9995a63bdd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/d1af40ac4a6ccc12bd062a7184f63c9995a63bdd", "reference": "d1af40ac4a6ccc12bd062a7184f63c9995a63bdd", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "illuminate/support": "^10.0|^11.0|^12.0|^13.0", "nesbot/carbon": "^2.67|^3.0", "pestphp/pest": "^2.36|^3.0|^4.0", "phpstan/phpstan": "^2.0", "symfony/var-dumper": "^6.2.0|^7.0.0|^8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Laravel\\SerializableClosure\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" }, { "name": "Nuno Maduro", "email": "nuno@laravel.com" } ], "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", "keywords": [ "closure", "laravel", "serializable" ], "support": { "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, "time": "2026-04-07T13:32:18+00:00" }, { "name": "mjaschen/phpgeo", "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/mjaschen/phpgeo.git", "reference": "5e16834f9433c7780cda7e16aa279814f98ca697" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mjaschen/phpgeo/zipball/5e16834f9433c7780cda7e16aa279814f98ca697", "reference": "5e16834f9433c7780cda7e16aa279814f98ca697", "shasum": "" }, "require": { "php": "^7.3 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.6", "vimeo/psalm": "^4.13" }, "type": "library", "autoload": { "psr-4": { "Location\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marcus Jaschen", "email": "mjaschen@gmail.com", "homepage": "https://www.marcusjaschen.de/" } ], "description": "Simple Yet Powerful Geo Library", "homepage": "https://phpgeo.marcusjaschen.de/", "keywords": [ "Polygon", "area", "bearing", "bounds", "calculation", "coordinate", "distance", "earth", "ellipsoid", "geo", "geofence", "gis", "gps", "haversine", "length", "perpendicular", "point", "polyline", "projection", "simplify", "track", "vincenty" ], "support": { "docs": "https://phpgeo.marcusjaschen.de/Installation.html", "email": "mjaschen@gmail.com", "issues": "https://github.com/mjaschen/phpgeo/issues", "source": "https://github.com/mjaschen/phpgeo/tree/4.2.1" }, "funding": [ { "url": "https://www.paypal.com/paypalme/mjaschen", "type": "custom" }, { "url": "https://github.com/mjaschen", "type": "github" } ], "time": "2023-12-03T08:01:10+00:00" }, { "name": "orchidjs/tom-select", "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/orchidjs/tom-select.git", "reference": "dad965ca5047054b8ff5203e9a8d8432be2dde6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/orchidjs/tom-select/zipball/dad965ca5047054b8ff5203e9a8d8432be2dde6a", "reference": "dad965ca5047054b8ff5203e9a8d8432be2dde6a", "shasum": "" }, "type": "component", "extra": { "component": { "files": [ "dist/js/tom-select.complete.min.js", "dist/css/tom-select.default.min.css" ], "styles": [ "dist/css/tom-select.default.min.css" ], "scripts": [ "dist/js/tom-select.complete.min.js" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Tom Select is a dynamic, framework agnostic, and lightweight (~16kb gzipped)