{ "_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": "dfe44b11289a6dbc3d43c9bda21fac43", "packages": [ { "name": "mgleis/php-sqlite-job-queue", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/mgleis/php-sqlite-job-queue.git", "reference": "86c4b136ef89e9ca962a7949126821f3d32a49bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mgleis/php-sqlite-job-queue/zipball/86c4b136ef89e9ca962a7949126821f3d32a49bf", "reference": "86c4b136ef89e9ca962a7949126821f3d32a49bf", "shasum": "" }, "require": { "php": ">=8.3" }, "type": "library", "autoload": { "psr-4": { "Mgleis\\PhpSqliteJobQueue\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPLv3" ], "authors": [ { "name": "Marcel Gleis", "email": "marcel@gleis.de" } ], "description": "A minimal job queue library written in PHP that persists data with SQLite.", "support": { "issues": "https://github.com/mgleis/php-sqlite-job-queue/issues", "source": "https://github.com/mgleis/php-sqlite-job-queue/tree/1.0.0" }, "time": "2024-12-06T09:52:57+00:00" }, { "name": "mgleis/php-sqlite-key-value-store", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/mgleis/php-sqlite-key-value-store.git", "reference": "7d0cc2044ea743187f8fc37daeeeaaa2a7bc81d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mgleis/php-sqlite-key-value-store/zipball/7d0cc2044ea743187f8fc37daeeeaaa2a7bc81d3", "reference": "7d0cc2044ea743187f8fc37daeeeaaa2a7bc81d3", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "Mgleis\\PhpSqliteKeyValueStore\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Marcel Gleis", "email": "marcel@gleis.de" } ], "description": "A PHP library that implements a key/value store with SQLite as the persistence layer.", "support": { "issues": "https://github.com/mgleis/php-sqlite-key-value-store/issues", "source": "https://github.com/mgleis/php-sqlite-key-value-store/tree/1.0.1" }, "time": "2024-12-04T17:59:24+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "platform-overrides": { "php": "8.2.0" }, "plugin-api-version": "2.6.0" }