|
1 | 1 | {
|
2 |
| - "name": "murdercode/laravel-shortcode-plus", |
3 |
| - "description": "A package that allows you to use custom shortcodes", |
4 |
| - "keywords": [ |
5 |
| - "murdercode", |
6 |
| - "laravel", |
7 |
| - "laravel-shortcode-plus", |
8 |
| - "shortcode", |
9 |
| - "shortcodes", |
10 |
| - "embed" |
11 |
| - ], |
12 |
| - "homepage": "https://github.com/murdercode/laravel-shortcode-plus", |
13 |
| - "license": "MIT", |
14 |
| - "authors": [ |
15 |
| - { |
16 |
| - "name": "Stefano Novelli", |
17 |
| - |
18 |
| - "role": "Developer" |
19 |
| - } |
20 |
| - ], |
21 |
| - "require": { |
22 |
| - "php": "^8.1|^8.2|^8.3", |
23 |
| - "ext-curl": "*", |
24 |
| - "guzzlehttp/guzzle": "^7.7", |
25 |
| - "illuminate/contracts": "^9.0|^10.0|^11.0", |
26 |
| - "spatie/laravel-package-tools": "^1.13.0", |
27 |
| - "webwizo/laravel-shortcodes": "1.0.*" |
28 |
| - }, |
29 |
| - "require-dev": { |
30 |
| - "laravel/pint": "^1.0", |
31 |
| - "nunomaduro/collision": "^6.0", |
32 |
| - "nunomaduro/larastan": "^2.0.1", |
33 |
| - "orchestra/testbench": "^7.0", |
34 |
| - "pestphp/pest": "^1.21", |
35 |
| - "pestphp/pest-plugin-laravel": "^1.1", |
36 |
| - "phpstan/extension-installer": "^1.1", |
37 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
38 |
| - "phpstan/phpstan-phpunit": "^1.0", |
39 |
| - "phpunit/phpunit": "^9.5", |
40 |
| - "spatie/laravel-ray": "^1.31" |
41 |
| - }, |
42 |
| - "autoload": { |
43 |
| - "psr-4": { |
44 |
| - "Murdercode\\LaravelShortcodePlus\\": "src", |
45 |
| - "Murdercode\\LaravelShortcodePlus\\Database\\Factories\\": "database/factories" |
46 |
| - } |
47 |
| - }, |
48 |
| - "autoload-dev": { |
49 |
| - "psr-4": { |
50 |
| - "Murdercode\\LaravelShortcodePlus\\Tests\\": "tests" |
51 |
| - } |
52 |
| - }, |
53 |
| - "scripts": { |
54 |
| - "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
55 |
| - "analyse": "vendor/bin/phpstan analyse", |
56 |
| - "test": "vendor/bin/pest", |
57 |
| - "test-coverage": "vendor/bin/pest --coverage", |
58 |
| - "format": "vendor/bin/pint" |
59 |
| - }, |
60 |
| - "config": { |
61 |
| - "sort-packages": true, |
62 |
| - "allow-plugins": { |
63 |
| - "pestphp/pest-plugin": true, |
64 |
| - "phpstan/extension-installer": true |
65 |
| - } |
66 |
| - }, |
67 |
| - "extra": { |
68 |
| - "laravel": { |
69 |
| - "providers": [ |
70 |
| - "Murdercode\\LaravelShortcodePlus\\LaravelShortcodePlusServiceProvider" |
71 |
| - ], |
72 |
| - "aliases": { |
73 |
| - "LaravelShortcodePlus": "Murdercode\\LaravelShortcodePlus\\Facades\\LaravelShortcodePlus" |
74 |
| - } |
75 |
| - } |
76 |
| - }, |
77 |
| - "minimum-stability": "dev", |
78 |
| - "prefer-stable": true |
| 2 | + "name": "murdercode/laravel-shortcode-plus", |
| 3 | + "description": "A package that allows you to use custom shortcodes", |
| 4 | + "keywords": [ |
| 5 | + "murdercode", |
| 6 | + "laravel", |
| 7 | + "laravel-shortcode-plus", |
| 8 | + "shortcode", |
| 9 | + "shortcodes", |
| 10 | + "embed" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/murdercode/laravel-shortcode-plus", |
| 13 | + "license": "MIT", |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "Stefano Novelli", |
| 17 | + |
| 18 | + "role": "Developer" |
| 19 | + } |
| 20 | + ], |
| 21 | + "require": { |
| 22 | + "php": "^8.1|^8.2|^8.3|^8.4", |
| 23 | + "ext-curl": "*", |
| 24 | + "guzzlehttp/guzzle": "^7.7", |
| 25 | + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", |
| 26 | + "spatie/laravel-package-tools": "^1.13.0", |
| 27 | + "webwizo/laravel-shortcodes": "1.0.*" |
| 28 | + }, |
| 29 | + "require-dev": { |
| 30 | + "laravel/pint": "^1.0", |
| 31 | + "nunomaduro/collision": "^6.0", |
| 32 | + "nunomaduro/larastan": "^2.0.1", |
| 33 | + "orchestra/testbench": "^7.0", |
| 34 | + "pestphp/pest": "^1.21", |
| 35 | + "pestphp/pest-plugin-laravel": "^1.1", |
| 36 | + "phpstan/extension-installer": "^1.1", |
| 37 | + "phpstan/phpstan-deprecation-rules": "^1.0", |
| 38 | + "phpstan/phpstan-phpunit": "^1.0", |
| 39 | + "phpunit/phpunit": "^9.5", |
| 40 | + "spatie/laravel-ray": "^1.31" |
| 41 | + }, |
| 42 | + "autoload": { |
| 43 | + "psr-4": { |
| 44 | + "Murdercode\\LaravelShortcodePlus\\": "src", |
| 45 | + "Murdercode\\LaravelShortcodePlus\\Database\\Factories\\": "database/factories" |
| 46 | + } |
| 47 | + }, |
| 48 | + "autoload-dev": { |
| 49 | + "psr-4": { |
| 50 | + "Murdercode\\LaravelShortcodePlus\\Tests\\": "tests" |
| 51 | + } |
| 52 | + }, |
| 53 | + "scripts": { |
| 54 | + "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
| 55 | + "analyse": "vendor/bin/phpstan analyse", |
| 56 | + "test": "vendor/bin/pest", |
| 57 | + "test-coverage": "vendor/bin/pest --coverage", |
| 58 | + "format": "vendor/bin/pint" |
| 59 | + }, |
| 60 | + "config": { |
| 61 | + "sort-packages": true, |
| 62 | + "allow-plugins": { |
| 63 | + "pestphp/pest-plugin": true, |
| 64 | + "phpstan/extension-installer": true |
| 65 | + } |
| 66 | + }, |
| 67 | + "extra": { |
| 68 | + "laravel": { |
| 69 | + "providers": [ |
| 70 | + "Murdercode\\LaravelShortcodePlus\\LaravelShortcodePlusServiceProvider" |
| 71 | + ], |
| 72 | + "aliases": { |
| 73 | + "LaravelShortcodePlus": "Murdercode\\LaravelShortcodePlus\\Facades\\LaravelShortcodePlus" |
| 74 | + } |
| 75 | + } |
| 76 | + }, |
| 77 | + "minimum-stability": "dev", |
| 78 | + "prefer-stable": true |
79 | 79 | }
|
0 commit comments