|
1 | 1 | { |
2 | | - "name": "nwidart/laravel-modules", |
3 | | - "description": "Laravel Module management", |
4 | | - "keywords": [ |
5 | | - "modules", |
6 | | - "laravel", |
7 | | - "nwidart", |
8 | | - "module", |
9 | | - "rad" |
10 | | - ], |
11 | | - "license": "MIT", |
12 | | - "authors": [ |
13 | | - { |
14 | | - "name": "Nicolas Widart", |
15 | | - |
16 | | - "homepage": "https://nicolaswidart.com", |
17 | | - "role": "Developer" |
18 | | - } |
19 | | - ], |
20 | | - "require": { |
21 | | - "php": ">=8.2", |
22 | | - "ext-dom": "*", |
23 | | - "ext-json": "*", |
24 | | - "ext-simplexml": "*", |
25 | | - "wikimedia/composer-merge-plugin": "^2.1" |
26 | | - }, |
27 | | - "require-dev": { |
28 | | - "phpunit/phpunit": "^11.0", |
29 | | - "mockery/mockery": "^1.6", |
30 | | - "orchestra/testbench": "^v9.0", |
31 | | - "friendsofphp/php-cs-fixer": "^v3.52", |
32 | | - "laravel/framework": "^v11.33", |
33 | | - "laravel/pint": "^1.16", |
34 | | - "spatie/phpunit-snapshot-assertions": "^5.0", |
35 | | - "phpstan/phpstan": "^1.4" |
36 | | - }, |
37 | | - "autoload": { |
38 | | - "psr-4": { |
39 | | - "Nwidart\\Modules\\": "src" |
| 2 | + "name": "nwidart/laravel-modules", |
| 3 | + "description": "Laravel Module management", |
| 4 | + "keywords": [ |
| 5 | + "modules", |
| 6 | + "laravel", |
| 7 | + "nwidart", |
| 8 | + "module", |
| 9 | + "rad" |
| 10 | + ], |
| 11 | + "license": "MIT", |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "Nicolas Widart", |
| 15 | + |
| 16 | + "homepage": "https://nicolaswidart.com", |
| 17 | + "role": "Developer" |
| 18 | + } |
| 19 | + ], |
| 20 | + "require": { |
| 21 | + "php": ">=8.2", |
| 22 | + "ext-dom": "*", |
| 23 | + "ext-json": "*", |
| 24 | + "ext-simplexml": "*", |
| 25 | + "wikimedia/composer-merge-plugin": "^2.1" |
40 | 26 | }, |
41 | | - "files": [ |
42 | | - "src/helpers.php" |
43 | | - ] |
44 | | - }, |
45 | | - "autoload-dev": { |
46 | | - "psr-4": { |
47 | | - "Nwidart\\Modules\\Tests\\": "tests", |
48 | | - "Modules\\Recipe\\": "tests/stubs/valid/Recipe" |
49 | | - } |
50 | | - }, |
51 | | - "extra": { |
52 | | - "laravel": { |
53 | | - "providers": [ |
54 | | - "Nwidart\\Modules\\LaravelModulesServiceProvider" |
55 | | - ], |
56 | | - "aliases": { |
57 | | - "Module": "Nwidart\\Modules\\Facades\\Module" |
58 | | - } |
| 27 | + "require-dev": { |
| 28 | + "phpunit/phpunit": "^11.0", |
| 29 | + "mockery/mockery": "^1.6", |
| 30 | + "orchestra/testbench": "^v9.0", |
| 31 | + "friendsofphp/php-cs-fixer": "^v3.52", |
| 32 | + "laravel/framework": "^v11.33", |
| 33 | + "laravel/pint": "^1.16", |
| 34 | + "spatie/phpunit-snapshot-assertions": "^5.0", |
| 35 | + "phpstan/phpstan": "^1.4" |
59 | 36 | }, |
60 | | - "branch-alias": { |
61 | | - "dev-master": "11.0-dev" |
62 | | - } |
63 | | - }, |
64 | | - "config": { |
65 | | - "allow-plugins": { |
66 | | - "wikimedia/composer-merge-plugin": true |
67 | | - } |
68 | | - }, |
69 | | - "scripts": { |
70 | | - "update-snapshots": "./phpunit --no-coverage -d --update-snapshots", |
71 | | - "lint": "pint", |
72 | | - "test": "phpunit", |
73 | | - "test-coverage": "phpunit --coverage-html coverage", |
74 | | - "pcf": "vendor/bin/php-cs-fixer fix --verbose" |
75 | | - }, |
76 | | - "minimum-stability": "dev", |
77 | | - "prefer-stable": true |
| 37 | + "autoload": { |
| 38 | + "psr-4": { |
| 39 | + "Nwidart\\Modules\\": "src" |
| 40 | + }, |
| 41 | + "files": [ |
| 42 | + "src/helpers.php" |
| 43 | + ] |
| 44 | + }, |
| 45 | + "autoload-dev": { |
| 46 | + "psr-4": { |
| 47 | + "Nwidart\\Modules\\Tests\\": "tests", |
| 48 | + "Modules\\Recipe\\": "tests/stubs/valid/Recipe" |
| 49 | + } |
| 50 | + }, |
| 51 | + "extra": { |
| 52 | + "laravel": { |
| 53 | + "providers": [ |
| 54 | + "Nwidart\\Modules\\LaravelModulesServiceProvider" |
| 55 | + ], |
| 56 | + "aliases": { |
| 57 | + "Module": "Nwidart\\Modules\\Facades\\Module" |
| 58 | + } |
| 59 | + }, |
| 60 | + "branch-alias": { |
| 61 | + "dev-master": "11.0-dev" |
| 62 | + } |
| 63 | + }, |
| 64 | + "config": { |
| 65 | + "allow-plugins": { |
| 66 | + "wikimedia/composer-merge-plugin": true |
| 67 | + } |
| 68 | + }, |
| 69 | + "scripts": { |
| 70 | + "update-snapshots": "phpunit --no-coverage -d --update-snapshots", |
| 71 | + "lint": "pint", |
| 72 | + "test": "phpunit", |
| 73 | + "test-coverage": "phpunit --coverage-html coverage", |
| 74 | + "pcf": "vendor/bin/php-cs-fixer fix --verbose" |
| 75 | + }, |
| 76 | + "minimum-stability": "dev", |
| 77 | + "prefer-stable": true |
78 | 78 | } |
0 commit comments