|
1 | 1 | {
|
2 |
| - "name": "cleaniquecoders/laravel-action", |
3 |
| - "description": "Simple Actionable for Laravel", |
4 |
| - "keywords": [ |
5 |
| - "cleaniquecoders", |
6 |
| - "laravel", |
7 |
| - "laravel-action" |
8 |
| - ], |
9 |
| - "homepage": "https://github.com/cleaniquecoders/laravel-action", |
10 |
| - "license": "MIT", |
11 |
| - "authors": [ |
12 |
| - { |
13 |
| - "name": "Nasrul Hazim Bin Mohamad", |
14 |
| - |
15 |
| - "role": "Developer" |
16 |
| - } |
17 |
| - ], |
18 |
| - "require": { |
19 |
| - "php": "^8.1 | ^8.2 | ^8.3", |
20 |
| - "cleaniquecoders/laravel-contract": "^1.0", |
21 |
| - "illuminate/contracts": "^9.0 | ^10.0 | ^11.0", |
22 |
| - "spatie/laravel-package-tools": "^1.14.0" |
23 |
| - }, |
24 |
| - "require-dev": { |
25 |
| - "laravel/pint": "^1.0", |
26 |
| - "nunomaduro/collision": "^7.0", |
27 |
| - "nunomaduro/larastan": "^2.0.1", |
28 |
| - "orchestra/testbench": "^8.0 | ^9.0", |
29 |
| - "pestphp/pest": "^2.0", |
30 |
| - "pestphp/pest-plugin-laravel": "^2.0", |
31 |
| - "phpstan/extension-installer": "^1.1", |
32 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
33 |
| - "phpstan/phpstan-phpunit": "^1.0", |
34 |
| - "phpunit/phpunit": "^9.5 | ^10.0" |
35 |
| - }, |
36 |
| - "autoload": { |
37 |
| - "psr-4": { |
38 |
| - "CleaniqueCoders\\LaravelAction\\": "src", |
39 |
| - "CleaniqueCoders\\LaravelAction\\Database\\Factories\\": "database/factories" |
40 |
| - } |
41 |
| - }, |
42 |
| - "autoload-dev": { |
43 |
| - "psr-4": { |
44 |
| - "CleaniqueCoders\\LaravelAction\\Tests\\": "tests" |
45 |
| - } |
46 |
| - }, |
47 |
| - "scripts": { |
48 |
| - "analyse": "vendor/bin/phpstan analyse", |
49 |
| - "test": "vendor/bin/pest", |
50 |
| - "test-coverage": "vendor/bin/pest --coverage", |
51 |
| - "format": "vendor/bin/pint" |
52 |
| - }, |
53 |
| - "config": { |
54 |
| - "sort-packages": true, |
55 |
| - "allow-plugins": { |
56 |
| - "pestphp/pest-plugin": true, |
57 |
| - "phpstan/extension-installer": true |
58 |
| - } |
59 |
| - }, |
60 |
| - "extra": { |
61 |
| - "laravel": { |
62 |
| - "providers": [ |
63 |
| - "CleaniqueCoders\\LaravelAction\\LaravelActionServiceProvider" |
64 |
| - ], |
65 |
| - "aliases": { |
66 |
| - "LaravelAction": "CleaniqueCoders\\LaravelAction\\Facades\\LaravelAction" |
67 |
| - } |
68 |
| - } |
69 |
| - }, |
70 |
| - "minimum-stability": "dev", |
71 |
| - "prefer-stable": true |
| 2 | + "name": "cleaniquecoders/laravel-action", |
| 3 | + "description": "Simple Actionable for Laravel", |
| 4 | + "keywords": [ |
| 5 | + "cleaniquecoders", |
| 6 | + "laravel", |
| 7 | + "laravel-action" |
| 8 | + ], |
| 9 | + "homepage": "https://github.com/cleaniquecoders/laravel-action", |
| 10 | + "license": "MIT", |
| 11 | + "authors": [ |
| 12 | + { |
| 13 | + "name": "Nasrul Hazim Bin Mohamad", |
| 14 | + |
| 15 | + "role": "Developer" |
| 16 | + } |
| 17 | + ], |
| 18 | + "require": { |
| 19 | + "php": "^8.1 | ^8.2 | ^8.3", |
| 20 | + "cleaniquecoders/laravel-contract": "^1.0", |
| 21 | + "illuminate/contracts": "^9.0 | ^10.0 | ^11.0", |
| 22 | + "spatie/laravel-package-tools": "^1.14.0" |
| 23 | + }, |
| 24 | + "require-dev": { |
| 25 | + "laravel/pint": "^1.0", |
| 26 | + "nunomaduro/collision": "^7.0", |
| 27 | + "larastan/larastan": "^2.9", |
| 28 | + "orchestra/testbench": "^8.0 | ^9.0", |
| 29 | + "pestphp/pest": "^2.0", |
| 30 | + "pestphp/pest-plugin-laravel": "^2.0", |
| 31 | + "phpstan/extension-installer": "^1.1", |
| 32 | + "phpstan/phpstan-deprecation-rules": "^1.0", |
| 33 | + "phpstan/phpstan-phpunit": "^1.0", |
| 34 | + "phpunit/phpunit": "^9.5 | ^10.0" |
| 35 | + }, |
| 36 | + "autoload": { |
| 37 | + "psr-4": { |
| 38 | + "CleaniqueCoders\\LaravelAction\\": "src", |
| 39 | + "CleaniqueCoders\\LaravelAction\\Database\\Factories\\": "database/factories" |
| 40 | + } |
| 41 | + }, |
| 42 | + "autoload-dev": { |
| 43 | + "psr-4": { |
| 44 | + "CleaniqueCoders\\LaravelAction\\Tests\\": "tests" |
| 45 | + } |
| 46 | + }, |
| 47 | + "scripts": { |
| 48 | + "analyse": "vendor/bin/phpstan analyse", |
| 49 | + "test": "vendor/bin/pest", |
| 50 | + "test-coverage": "vendor/bin/pest --coverage", |
| 51 | + "format": "vendor/bin/pint" |
| 52 | + }, |
| 53 | + "config": { |
| 54 | + "sort-packages": true, |
| 55 | + "allow-plugins": { |
| 56 | + "pestphp/pest-plugin": true, |
| 57 | + "phpstan/extension-installer": true |
| 58 | + } |
| 59 | + }, |
| 60 | + "extra": { |
| 61 | + "laravel": { |
| 62 | + "providers": [ |
| 63 | + "CleaniqueCoders\\LaravelAction\\LaravelActionServiceProvider" |
| 64 | + ], |
| 65 | + "aliases": { |
| 66 | + "LaravelAction": "CleaniqueCoders\\LaravelAction\\Facades\\LaravelAction" |
| 67 | + } |
| 68 | + } |
| 69 | + }, |
| 70 | + "minimum-stability": "dev", |
| 71 | + "prefer-stable": true |
72 | 72 | }
|
0 commit comments