blob: c9b46671f3cbbb8b2ee73b9e3daa318f4d97028a [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001{
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.3|^8.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": "8.x-dev"
29 }
30 },
31 "config": {
32 "sort-packages": true
33 },
34 "minimum-stability": "dev"
35}