composer package updates
[openemr.git] / vendor / illuminate / support / composer.json
blob35f3ebd21156a3e3a043af8f698ef186511325f3
2     "name": "illuminate/support",
3     "description": "The Illuminate Support package.",
4     "license": "MIT",
5     "homepage": "https://laravel.com",
6     "support": {
7         "issues": "https://github.com/laravel/framework/issues",
8         "source": "https://github.com/laravel/framework"
9     },
10     "authors": [
11         {
12             "name": "Taylor Otwell",
13             "email": "taylor@laravel.com"
14         }
15     ],
16     "require": {
17         "php": ">=7.0",
18         "ext-mbstring": "*",
19         "doctrine/inflector": "~1.1",
20         "illuminate/contracts": "5.5.*",
21         "nesbot/carbon": "^1.24.1"
22     },
23     "replace": {
24         "tightenco/collect": "<5.5.33"
25     },
26     "autoload": {
27         "psr-4": {
28             "Illuminate\\Support\\": ""
29         },
30         "files": [
31             "helpers.php"
32         ]
33     },
34     "extra": {
35         "branch-alias": {
36             "dev-master": "5.5-dev"
37         }
38     },
39     "suggest": {
40         "illuminate/filesystem": "Required to use the composer class (5.5.*).",
41         "symfony/process": "Required to use the composer class (~3.3).",
42         "symfony/var-dumper": "Required to use the dd function (~3.3)."
43     },
44     "config": {
45         "sort-packages": true
46     },
47     "minimum-stability": "dev"