|
1 | 1 | {
|
2 |
| - "name": "coddin-web/laravel-stubs", |
3 |
| - "description": "Laravel 7/8 stubs more consistent with PSR-12 and PHP 7/8", |
4 |
| - "keywords": [ |
5 |
| - "coddin", |
6 |
| - "laravel", |
7 |
| - "stubs", |
8 |
| - "laravel-stubs" |
9 |
| - ], |
10 |
| - "homepage": "https://github.com/coddin-web/laravel-stubs", |
11 |
| - "license": "MIT", |
12 |
| - "authors": [ |
13 |
| - { |
14 |
| - "name": "Marius Posthumus", |
15 |
| - |
16 |
| - "homepage": "https://coddin.nl", |
17 |
| - "role": "Developer" |
18 |
| - } |
19 |
| - ], |
20 |
| - "require": { |
21 |
| - "php": "^7.0|^8.0", |
22 |
| - "laravel/framework": "^7.0|^8.0" |
23 |
| - }, |
24 |
| - "scripts": { |
25 |
| - "post-package-install": [ |
26 |
| - "ln -s vendor/coddin-web/laravel-stubs/src stubs" |
27 |
| - ] |
28 |
| - }, |
29 |
| - "minimum-stability": "dev", |
30 |
| - "prefer-stable": true |
| 2 | + "name": "coddin-web/laravel-stubs", |
| 3 | + "description": "Laravel 7/8 stubs more consistent with PSR-12 and PHP 7/8", |
| 4 | + "keywords": [ "coddin", "laravel", "stubs", "laravel-stubs" ], |
| 5 | + "homepage": "https://github.com/coddin-web/laravel-stubs", |
| 6 | + "license": "MIT", |
| 7 | + "authors": [ |
| 8 | + { |
| 9 | + "name": "Marius Posthumus", |
| 10 | + |
| 11 | + "homepage": "https://coddin.nl", |
| 12 | + "role": "Developer" |
| 13 | + } |
| 14 | + ], |
| 15 | + "require": { |
| 16 | + "php": "^7.3|^8.0" |
| 17 | + }, |
| 18 | + "autoload": { |
| 19 | + "psr-4": { |
| 20 | + "Coddin\\Stubs\\": "app/" |
| 21 | + } |
| 22 | + }, |
| 23 | + "extra": { |
| 24 | + "laravel": { |
| 25 | + "providers": [ |
| 26 | + "Coddin\\Stubs\\CoddinStubsServiceProvider" |
| 27 | + ] |
| 28 | + } |
| 29 | + }, |
| 30 | + "config": { |
| 31 | + "sort-packages": true |
| 32 | + }, |
| 33 | + "minimum-stability": "dev", |
| 34 | + "prefer-stable": true |
31 | 35 | }
|
0 commit comments