PHP Classes

File: src/SendIt/composer.json

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

Contents

Class file image Download
{ "name": "spiral/sendit", "type": "library", "description": "Email builder and queue handler", "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/sendit" }, "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/queue": "^3.17", "spiral/logger": "^3.17", "spiral/mailer": "^3.17", "spiral/views": "^3.17", "symfony/mailer": "^6.4.30 || ^7.4 || ^8.0", "psr/event-dispatcher": "^1.0" }, "require-dev": { "symfony/stopwatch": "^6.4.30 || ^7.4 || ^8.0", "phpunit/phpunit": "^10.5.41", "mockery/mockery": "^1.6.12", "spiral/boot": "^3.17", "spiral/stempler-bridge": "^3.17", "spiral/testing": "^2.12", "vimeo/psalm": "^6.0" }, "autoload": { "psr-4": { "Spiral\\SendIt\\": "src" } }, "autoload-dev": { "psr-4": { "Spiral\\Tests\\SendIt\\": "tests" } }, "extra": { "branch-alias": { "dev-master": "3.17.x-dev" } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }