PHP Classes

File: src/Storage/composer.json

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

Contents

Class file image Download
{ "name": "spiral/storage", "type": "library", "description": "Storage Engine for file storage interaction", "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/storage" }, "authors": [ { "name": "Evgeny Barinov", "email": "evgeny.barinov@spiralscout.com" }, { "name": "Aleksandr Novikov", "email": "aleksandr.novikov@spiralscout.com" } ], "require": { "php": ">=8.1", "spiral/distribution": "^3.17", "league/flysystem": "^2.3.1 || ^3.0" }, "autoload": { "psr-4": { "Spiral\\Storage\\": "src" } }, "require-dev": { "spiral/boot": "^3.17", "phpunit/phpunit": "^10.5.41", "vimeo/psalm": "^6.0", "jetbrains/phpstorm-attributes": "^1.2", "league/flysystem-aws-s3-v3": "^2.5 || ^3.29" }, "autoload-dev": { "psr-4": { "Spiral\\Tests\\Storage\\": "tests" } }, "scripts": { "test": [ "phpunit", "psalm --no-cache" ] }, "suggest": { "league/flysystem-aws-s3-v3": "(^2.5 || ^3.29) S3 storage driver support", "league/flysystem-async-aws-s3": "(^2.5 || ^3.29) S3 storage async driver support" }, "extra": { "branch-alias": { "dev-master": "3.17.x-dev" } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }