|
1 | 1 | {
|
2 |
| - "name": "cleaniquecoders/blueprint-macro", |
3 |
| - "description": "Laravel Blueprint Macro", |
4 |
| - "license": "MIT", |
5 |
| - "authors": [ |
6 |
| - { |
7 |
| - "name": "Nasrul Hazim", |
8 |
| - |
9 |
| - } |
10 |
| - ], |
11 |
| - "autoload": { |
12 |
| - "psr-4": { |
13 |
| - "CleaniqueCoders\\Blueprint\\Macro\\": "src/" |
14 |
| - } |
15 |
| - }, |
16 |
| - "autoload-dev": { |
17 |
| - "psr-4": { |
18 |
| - "CleaniqueCoders\\Blueprint\\Macro\\Tests\\": "tests/" |
19 |
| - } |
20 |
| - }, |
21 |
| - "require": { |
22 |
| - "php": "^8.1 | ^8.2 | ^8.3", |
23 |
| - "illuminate/filesystem": "^10.0 | ^11.0", |
24 |
| - "illuminate/support": "^10.0 | ^11.0", |
25 |
| - "illuminate/auth": "^10.0 | ^11.0", |
26 |
| - "doctrine/dbal": "^3.0" |
27 |
| - }, |
28 |
| - "require-dev": { |
29 |
| - "laravel/pint": "^1.0", |
30 |
| - "phpunit/phpunit": "^10.0 | ^11.0", |
31 |
| - "orchestra/testbench": "8.* | 9.*", |
32 |
| - "mockery/mockery": "^1.1", |
33 |
| - "phpstan/phpstan-phpunit": "^1.0" |
34 |
| - }, |
35 |
| - "extra": { |
36 |
| - "laravel": { |
37 |
| - "providers": [ |
38 |
| - "CleaniqueCoders\\Blueprint\\Macro\\BlueprintMacroServiceProvider" |
39 |
| - ] |
40 |
| - } |
41 |
| - }, |
42 |
| - "config": { |
43 |
| - "allow-plugins": { |
44 |
| - "pestphp/pest-plugin": true |
45 |
| - } |
46 |
| - } |
| 2 | + "name": "cleaniquecoders/blueprint-macro", |
| 3 | + "description": "Laravel Blueprint Macro", |
| 4 | + "license": "MIT", |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Nasrul Hazim", |
| 8 | + |
| 9 | + } |
| 10 | + ], |
| 11 | + "autoload": { |
| 12 | + "psr-4": { |
| 13 | + "CleaniqueCoders\\Blueprint\\Macro\\": "src/" |
| 14 | + } |
| 15 | + }, |
| 16 | + "autoload-dev": { |
| 17 | + "psr-4": { |
| 18 | + "CleaniqueCoders\\Blueprint\\Macro\\Tests\\": "tests/" |
| 19 | + } |
| 20 | + }, |
| 21 | + "require": { |
| 22 | + "php": "^8.1 | ^8.2 | ^8.3", |
| 23 | + "illuminate/filesystem": "^10.0 | ^11.0", |
| 24 | + "illuminate/support": "^10.0 | ^11.0", |
| 25 | + "illuminate/auth": "^10.0 | ^11.0", |
| 26 | + "doctrine/dbal": "^3.0" |
| 27 | + }, |
| 28 | + "require-dev": { |
| 29 | + "laravel/pint": "^1.0", |
| 30 | + "phpunit/phpunit": "^10.0 | ^11.0", |
| 31 | + "orchestra/testbench": "8.* | 9.*", |
| 32 | + "mockery/mockery": "^1.1", |
| 33 | + "phpstan/phpstan-phpunit": "^1.0" |
| 34 | + }, |
| 35 | + "extra": { |
| 36 | + "laravel": { |
| 37 | + "providers": [ |
| 38 | + "CleaniqueCoders\\Blueprint\\Macro\\BlueprintMacroServiceProvider" |
| 39 | + ] |
| 40 | + } |
| 41 | + }, |
| 42 | + "config": { |
| 43 | + "allow-plugins": { |
| 44 | + "pestphp/pest-plugin": true |
| 45 | + } |
| 46 | + } |
47 | 47 | }
|
0 commit comments