|
16 | 16 | } |
17 | 17 | ], |
18 | 18 | "require": { |
19 | | - "spatie/laravel-package-tools": "^1.4.3", |
20 | 19 | "illuminate/contracts": "~8.0", |
21 | 20 | "illuminate/routing": "~8.0", |
22 | | - "illuminate/support": "~8.0" |
| 21 | + "illuminate/support": "~8.0", |
| 22 | + "spatie/laravel-package-tools": "^1.4.3" |
23 | 23 | }, |
24 | 24 | "require-dev": { |
25 | 25 | "brianium/paratest": "^6.2", |
| 26 | + "friendsofphp/php-cs-fixer": "^3.0", |
26 | 27 | "nunomaduro/collision": "^5.3", |
27 | 28 | "orchestra/testbench": "^6.15", |
28 | 29 | "phpunit/phpunit": "^9.3", |
|
31 | 32 | }, |
32 | 33 | "autoload": { |
33 | 34 | "psr-4": { |
34 | | - "Headerx\\Iframes\\": "src", |
35 | | - "Headerx\\Iframes\\Database\\Factories\\": "database/factories" |
| 35 | + "HeaderX\\Iframes\\": "src" |
36 | 36 | } |
37 | 37 | }, |
38 | 38 | "autoload-dev": { |
|
43 | 43 | "scripts": { |
44 | 44 | "psalm": "vendor/bin/psalm", |
45 | 45 | "test": "./vendor/bin/testbench package:test --parallel --no-coverage", |
46 | | - "test-coverage": "vendor/bin/phpunit --coverage-html coverage" |
| 46 | + "test-coverage": "vendor/bin/phpunit --coverage-html coverage", |
| 47 | + "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes" |
47 | 48 | }, |
48 | 49 | "config": { |
49 | 50 | "sort-packages": true |
50 | 51 | }, |
51 | 52 | "extra": { |
52 | 53 | "laravel": { |
53 | 54 | "providers": [ |
54 | | - "Headerx\\Iframes\\IframesServiceProvider" |
| 55 | + "HeaderX\\Iframes\\IframesServiceProvider" |
55 | 56 | ], |
56 | 57 | "aliases": { |
57 | | - "Iframes": "Headerx\\Iframes\\IframesFacade" |
| 58 | + "Iframes": "HeaderX\\Iframes\\IframesFacade" |
58 | 59 | } |
59 | 60 | } |
60 | 61 | }, |
|
0 commit comments