PHP Classes

File: src/Queue/composer.json

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Queue/composer.json   Download  
File: src/Queue/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 3 months ago
Size: 1,955 bytes
 

Contents

Class file image Download
{ "name": "spiral/queue", "type": "library", "description": "Spiral: Jobs and Queue", "license": "MIT", "funding": [ { "type": "github", "url": "https://github.com/sponsors/spiral" } ], "homepage": "https://spiral.dev", "support": { "issues": "https://github.com/spiral/framework/issues", "source": "https://github.com/spiral/queue" }, "authors": [ { "name": "Anton Titov (wolfy-j)", "email": "wolfy-j@spiralscout.com" }, { "name": "Pavel Butchnev (butschster)", "homepage": "https://github.com/butschster" }, { "name": "Aleksei Gagarin (roxblnfk)", "homepage": "https://github.com/roxblnfk" }, { "name": "Maksim Smakouz (msmakouz)", "email": "maksim.smakouz@spiralscout.com" } ], "require": { "php": ">=8.1", "ext-json": "*", "spiral/core": "^3.17", "spiral/hmvc": "^3.17", "spiral/serializer": "^3.17", "spiral/snapshots": "^3.17", "spiral/telemetry": "^3.17", "spiral/tokenizer": "^3.17", "spiral/attributes": "^2.8|^3.0", "doctrine/inflector": "^1.4|^2.0", "ramsey/uuid": "^4.7", "psr/event-dispatcher": "^1.0" }, "autoload": { "psr-4": { "Spiral\\Queue\\": "src/" } }, "autoload-dev": { "psr-4": { "Spiral\\Tests\\Queue\\": "tests" } }, "require-dev": { "phpunit/phpunit": "^10.5.41", "mockery/mockery": "^1.6.12", "spiral/boot": "^3.17", "vimeo/psalm": "^6.0" }, "extra": { "branch-alias": { "dev-master": "3.17.x-dev" } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }