aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorwinter2024-12-07 21:44:42 +0000
committerwinter2024-12-07 21:44:42 +0000
commita84232811dadccf7047424f27340a7f9847bedff (patch)
treea6a0823c8b9485b6a5b60ea7ae854f9511a6ae1e /composer.lock
parente1ad307b531c27ec6bfaf8b4d018991b0d4a78f3 (diff)
many many changes but actors are loaded from db now
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock136
1 files changed, 136 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 0000000..aa55731
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,136 @@
+{
+ "_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": "d05f7d22367afaf3265f5c2cde9e022e",
+ "packages": [
+ {
+ "name": "netresearch/jsonmapper",
+ "version": "v5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/cweiske/jsonmapper.git",
+ "reference": "8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c",
+ "reference": "8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-pcre": "*",
+ "ext-reflection": "*",
+ "ext-spl": "*",
+ "php": ">=7.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
+ "squizlabs/php_codesniffer": "~3.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "JsonMapper": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "OSL-3.0"
+ ],
+ "authors": [
+ {
+ "name": "Christian Weiske",
+ "email": "cweiske@cweiske.de",
+ "homepage": "http://github.com/cweiske/jsonmapper/",
+ "role": "Developer"
+ }
+ ],
+ "description": "Map nested JSON structures onto PHP classes",
+ "support": {
+ "email": "cweiske@cweiske.de",
+ "issues": "https://github.com/cweiske/jsonmapper/issues",
+ "source": "https://github.com/cweiske/jsonmapper/tree/v5.0.0"
+ },
+ "time": "2024-09-08T10:20:00+00:00"
+ },
+ {
+ "name": "pda/pheanstalk",
+ "version": "v5.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pheanstalk/pheanstalk.git",
+ "reference": "f02f69d568e5558325516ec335f21711466bfe7c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pheanstalk/pheanstalk/zipball/f02f69d568e5558325516ec335f21711466bfe7c",
+ "reference": "f02f69d568e5558325516ec335f21711466bfe7c",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": ">=8.1.0"
+ },
+ "require-dev": {
+ "captainhook/plugin-composer": "^5.3",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^1",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1.1",
+ "phpunit/phpunit": "^10",
+ "ramsey/conventional-commits": "^1.2",
+ "symplify/easy-coding-standard": "^11",
+ "vimeo/psalm": "^5"
+ },
+ "suggest": {
+ "ext-sockets": "Socket implementation works best for long running processes"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Pheanstalk\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Paul Annesley",
+ "email": "paul@annesley.cc",
+ "homepage": "http://paul.annesley.cc/",
+ "role": "Developer"
+ },
+ {
+ "name": "Sam Mousa",
+ "email": "sam@mousa.nl",
+ "role": "Maintainer"
+ }
+ ],
+ "description": "PHP client for beanstalkd queue",
+ "homepage": "https://github.com/pheanstalk/pheanstalk",
+ "keywords": [
+ "beanstalkd"
+ ],
+ "support": {
+ "issues": "https://github.com/pheanstalk/pheanstalk/issues",
+ "source": "https://github.com/pheanstalk/pheanstalk/tree/v5.0.7"
+ },
+ "time": "2024-10-04T13:56:46+00:00"
+ }
+ ],
+ "packages-dev": [],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": {},
+ "prefer-stable": false,
+ "prefer-lowest": false,
+ "platform": {},
+ "platform-dev": {},
+ "plugin-api-version": "2.6.0"
+}