PHP Classes

File: vendor/laravel/framework/src/Illuminate/Support/composer.json

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/laravel/framework/src/Illuminate/Support/composer.json   Download  
File: vendor/laravel/framework/src/Illuminate/Support/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 8 months ago
Size: 1,256 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": ">=7.0", "ext-mbstring": "*", "doctrine/inflector": "~1.1", "illuminate/contracts": "5.5.*", "nesbot/carbon": "^1.20" }, "replace": { "tightenco/collect": "self.version" }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "helpers.php" ] }, "extra": { "branch-alias": { "dev-master": "5.5-dev" } }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.2.*).", "symfony/process": "Required to use the composer class (~3.3).", "symfony/var-dumper": "Required to use the dd function (~3.3)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }