Updated translations (#1517)
[openemr.git] / vendor / illuminate / contracts / composer.json
bloba90a126add991a542a1bc184a6d1a3e4fab5ba22
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": ">=5.6.4"
18     },
19     "autoload": {
20         "psr-4": {
21             "Illuminate\\Contracts\\": ""
22         }
23     },
24     "extra": {
25         "branch-alias": {
26             "dev-master": "5.4-dev"
27         }
28     },
29     "config": {
30         "sort-packages": true
31     },
32     "minimum-stability": "dev"