PHP Classes

File: libraries/vendor/illuminate/support/composer.json

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/illuminate/support/composer.json   Download  
File: libraries/vendor/illuminate/support/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 1,272 bytes
 

Contents

Class file image Download
{ "name": "illuminate/support", "description": "The Illuminate Support package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": ">=5.6.4", "ext-mbstring": "*", "doctrine/inflector": "~1.1", "illuminate/contracts": "5.4.*", "paragonie/random_compat": "~1.4|~2.0" }, "replace": { "tightenco/collect": "self.version" }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "helpers.php" ] }, "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.2.*).", "symfony/process": "Required to use the composer class (~3.2).", "symfony/var-dumper": "Required to use the dd function (~3.2)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }