PHP Classes

File: src/Distribution/composer.json

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Distribution/composer.json   Download  
File: src/Distribution/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,606 bytes
 

Contents

Class file image Download
{ "name": "spiral/distribution", "type": "library", "description": "PHP distribution package", "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/distribution" }, "authors": [ { "name": "Kirill Nesmeyanov (SerafimArts)", "email": "kirill.nesmeyanov@spiralscout.com" } ], "require": { "php": ">=8.1", "psr/http-factory": "^1.0" }, "conflict": { "aws/aws-sdk-php": "<3.270" }, "autoload": { "psr-4": { "Spiral\\Distribution\\": "src" } }, "require-dev": { "spiral/boot": "^3.17", "aws/aws-sdk-php": "^3.338", "guzzlehttp/psr7": "^1.7|^2.7", "jetbrains/phpstorm-attributes": "^1.2", "phpunit/phpunit": "^10.5.41", "vimeo/psalm": "^6.0" }, "autoload-dev": { "psr-4": { "Spiral\\Tests\\Distribution\\": "tests" } }, "suggest": { "aws/aws-sdk-php": "(^3.338) For use S3 and CloudFront URI Resolvers" }, "extra": { "branch-alias": { "dev-master": "3.17.x-dev" } }, "scripts": { "analyze": [ "psalm --no-cache" ] }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }