composer package updates
[openemr.git] / vendor / illuminate / contracts / composer.json
blobc97fc256a5ca98e4b553e7a2e541cfa4bd288270
2     "name": "illuminate/contracts",
3     "description": "The Illuminate Contracts 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         "psr/container": "~1.0",
19         "psr/simple-cache": "~1.0"
20     },
21     "autoload": {
22         "psr-4": {
23             "Illuminate\\Contracts\\": ""
24         }
25     },
26     "extra": {
27         "branch-alias": {
28             "dev-master": "5.5-dev"
29         }
30     },
31     "config": {
32         "sort-packages": true
33     },
34     "minimum-stability": "dev"