|
1 | 1 | { |
2 | | - "name": "quix-labs/laravel-hook-system", |
3 | | - "description": "Add hooks system to Laravel", |
4 | | - "type": "library", |
5 | | - "license": "MIT", |
6 | | - "keywords": [ |
7 | | - "laravel", |
8 | | - "hook", |
9 | | - "interceptor" |
10 | | - ], |
11 | | - "authors": [ |
12 | | - { |
13 | | - "name": "COLANT Alan", |
14 | | - |
15 | | - "role": "Developer" |
16 | | - } |
17 | | - ], |
18 | | - "require": { |
19 | | - "illuminate/support": "^10.0|^11.0", |
20 | | - "illuminate/contracts": "^10.0|^11.0", |
21 | | - "illuminate/console": "^10.0|^11.0" |
22 | | - }, |
23 | | - "require-dev": { |
24 | | - "larastan/larastan": "^2.9", |
25 | | - "laravel/pint": "^1.14", |
26 | | - "nunomaduro/collision": "^8.1.1||^7.10.0", |
27 | | - "orchestra/testbench": "^9.0.0||^8.22.0", |
28 | | - "pestphp/pest": "^2.34", |
29 | | - "pestphp/pest-plugin-arch": "^2.7", |
30 | | - "pestphp/pest-plugin-laravel": "^2.3", |
31 | | - "phpstan/extension-installer": "^1.3", |
32 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
33 | | - "phpstan/phpstan-phpunit": "^1.3" |
34 | | - }, |
35 | | - "autoload": { |
36 | | - "psr-4": { |
37 | | - "QuixLabs\\LaravelHookSystem\\": "src/" |
38 | | - } |
39 | | - }, |
40 | | - "autoload-dev": { |
41 | | - "psr-4": { |
42 | | - "QuixLabs\\LaravelHookSystem\\Tests\\": "tests/", |
43 | | - "Workbench\\App\\": "workbench/app/" |
44 | | - } |
45 | | - }, |
46 | | - "scripts": { |
47 | | - "post-autoload-dump": "@composer run prepare", |
48 | | - "clear": "@php vendor/bin/testbench package:purge-skeleton --ansi", |
49 | | - "prepare": "@php vendor/bin/testbench package:discover --ansi", |
50 | | - "build": [ |
51 | | - "@composer run prepare", |
52 | | - "@php vendor/bin/testbench workbench:build --ansi" |
| 2 | + "name": "quix-labs/laravel-hook-system", |
| 3 | + "description": "Add hooks system to Laravel", |
| 4 | + "type": "library", |
| 5 | + "license": "MIT", |
| 6 | + "keywords": [ |
| 7 | + "laravel", |
| 8 | + "hook", |
| 9 | + "interceptor" |
53 | 10 | ], |
54 | | - "start": [ |
55 | | - "Composer\\Config::disableProcessTimeout", |
56 | | - "@composer run build", |
57 | | - "@php vendor/bin/testbench serve" |
| 11 | + "authors": [ |
| 12 | + { |
| 13 | + "name": "COLANT Alan", |
| 14 | + |
| 15 | + "role": "Developer" |
| 16 | + } |
58 | 17 | ], |
59 | | - "analyse": "vendor/bin/phpstan analyse --memory-limit=1G", |
60 | | - "test": "vendor/bin/pest", |
61 | | - "test-coverage": "XDEBUG_MODE=coverage vendor/bin/pest --coverage", |
62 | | - "format": "vendor/bin/pint" |
63 | | - }, |
64 | | - "config": { |
65 | | - "sort-packages": true, |
66 | | - "allow-plugins": { |
67 | | - "pestphp/pest-plugin": true, |
68 | | - "phpstan/extension-installer": true |
69 | | - } |
70 | | - }, |
71 | | - "extra": { |
72 | | - "laravel": { |
73 | | - "providers": [ |
74 | | - "QuixLabs\\LaravelHookSystem\\Providers\\ServiceProvider" |
75 | | - ] |
76 | | - } |
77 | | - }, |
78 | | - "minimum-stability": "dev", |
79 | | - "prefer-stable": true |
| 18 | + "require": { |
| 19 | + "php": "^8.1", |
| 20 | + "illuminate/support": "^10.0 || ^11.0 || ^12.0", |
| 21 | + "illuminate/contracts": "^10.0 || ^11.0 || ^12.0", |
| 22 | + "illuminate/console": "^10.0 || ^11.0 || ^12.0" |
| 23 | + }, |
| 24 | + "require-dev": { |
| 25 | + "larastan/larastan": "^2.0.1 || ^3.0", |
| 26 | + "laravel/pint": "^1.14", |
| 27 | + "nunomaduro/collision": "^8.1.1||^7.10.0", |
| 28 | + "orchestra/testbench": "^8.8 || ^9.0 || ^10.0", |
| 29 | + "pestphp/pest": "^2.20 || ^3.0 ", |
| 30 | + "pestphp/pest-plugin-arch": "^2.0 || ^3.0", |
| 31 | + "pestphp/pest-plugin-laravel": "^2.0 || ^3.0", |
| 32 | + "phpstan/extension-installer": "^1.3", |
| 33 | + "phpstan/phpstan-deprecation-rules": "^1.1 || ^2.0", |
| 34 | + "phpstan/phpstan-phpunit": "^1.3 || ^2.0" |
| 35 | + }, |
| 36 | + "autoload": { |
| 37 | + "psr-4": { |
| 38 | + "QuixLabs\\LaravelHookSystem\\": "src/" |
| 39 | + } |
| 40 | + }, |
| 41 | + "autoload-dev": { |
| 42 | + "psr-4": { |
| 43 | + "QuixLabs\\LaravelHookSystem\\Tests\\": "tests/", |
| 44 | + "Workbench\\App\\": "workbench/app/" |
| 45 | + } |
| 46 | + }, |
| 47 | + "scripts": { |
| 48 | + "post-autoload-dump": "@composer run prepare", |
| 49 | + "clear": "@php vendor/bin/testbench package:purge-skeleton --ansi", |
| 50 | + "prepare": "@php vendor/bin/testbench package:discover --ansi", |
| 51 | + "build": [ |
| 52 | + "@composer run prepare", |
| 53 | + "@php vendor/bin/testbench workbench:build --ansi" |
| 54 | + ], |
| 55 | + "start": [ |
| 56 | + "Composer\\Config::disableProcessTimeout", |
| 57 | + "@composer run build", |
| 58 | + "@php vendor/bin/testbench serve" |
| 59 | + ], |
| 60 | + "analyse": "vendor/bin/phpstan analyse --memory-limit=1G", |
| 61 | + "test": "vendor/bin/pest", |
| 62 | + "test-coverage": "vendor/bin/pest --coverage", |
| 63 | + "format": "vendor/bin/pint" |
| 64 | + }, |
| 65 | + "config": { |
| 66 | + "sort-packages": true, |
| 67 | + "allow-plugins": { |
| 68 | + "pestphp/pest-plugin": true, |
| 69 | + "phpstan/extension-installer": true |
| 70 | + } |
| 71 | + }, |
| 72 | + "extra": { |
| 73 | + "laravel": { |
| 74 | + "providers": [ |
| 75 | + "QuixLabs\\LaravelHookSystem\\Providers\\ServiceProvider" |
| 76 | + ] |
| 77 | + } |
| 78 | + }, |
| 79 | + "minimum-stability": "dev", |
| 80 | + "prefer-stable": true |
80 | 81 | } |
0 commit comments