|
1 | 1 | { |
2 | | - "name": "codinglabsau/:package_slug", |
3 | | - "description": ":package_description", |
4 | | - "keywords": [ |
5 | | - "Codinglabs", |
6 | | - "laravel", |
7 | | - ":package_slug" |
8 | | - ], |
9 | | - "homepage": "https://github.com/codinglabsau/:package_slug", |
10 | | - "license": "MIT", |
11 | | - "authors": [ |
12 | | - { |
13 | | - "name": ":author_name", |
14 | | - "email": "author@domain.com", |
15 | | - "role": "Developer" |
16 | | - } |
17 | | - ], |
18 | | - "require": { |
19 | | - "php": "^8.1", |
20 | | - "illuminate/contracts": "^9.0", |
21 | | - "spatie/laravel-package-tools": "^1.9.2" |
22 | | - }, |
23 | | - "require-dev": { |
24 | | - "codinglabsau/php-styles": "dev-main", |
25 | | - "nunomaduro/collision": "^6.0", |
26 | | - "orchestra/testbench": "^7.0", |
27 | | - "phpunit/phpunit": "^9.5", |
28 | | - "spatie/laravel-ray": "^1.26" |
29 | | - }, |
30 | | - "autoload": { |
31 | | - "psr-4": { |
32 | | - "Codinglabs\\Skeleton\\": "src", |
33 | | - "Codinglabs\\Skeleton\\Database\\Factories\\": "database/factories" |
34 | | - } |
35 | | - }, |
36 | | - "autoload-dev": { |
37 | | - "psr-4": { |
38 | | - "Codinglabs\\Skeleton\\Tests\\": "tests" |
39 | | - } |
40 | | - }, |
41 | | - "scripts": { |
42 | | - "test": "vendor/bin/phpunit" |
43 | | - }, |
44 | | - "config": { |
45 | | - "sort-packages": true |
46 | | - }, |
47 | | - "extra": { |
48 | | - "laravel": { |
49 | | - "providers": [ |
50 | | - "SkeletonServiceProvider" |
51 | | - ], |
52 | | - "aliases": { |
53 | | - "Skeleton": "Codinglabs\\Skeleton\\Facades\\Skeleton" |
54 | | - } |
55 | | - } |
56 | | - }, |
57 | | - "minimum-stability": "dev", |
58 | | - "prefer-stable": true |
| 2 | + "name": "codinglabsau/:package_slug", |
| 3 | + "description": ":package_description", |
| 4 | + "keywords": [ |
| 5 | + "Codinglabs", |
| 6 | + "laravel", |
| 7 | + ":package_slug" |
| 8 | + ], |
| 9 | + "homepage": "https://github.com/codinglabsau/:package_slug", |
| 10 | + "license": "MIT", |
| 11 | + "authors": [ |
| 12 | + { |
| 13 | + "name": ":author_name", |
| 14 | + "email": "author@domain.com", |
| 15 | + "role": "Developer" |
| 16 | + } |
| 17 | + ], |
| 18 | + "require": { |
| 19 | + "php": "^8.1", |
| 20 | + "illuminate/contracts": "^10.0", |
| 21 | + "spatie/laravel-package-tools": "^1.9.2" |
| 22 | + }, |
| 23 | + "require-dev": { |
| 24 | + "codinglabsau/php-styles": "dev-main", |
| 25 | + "nunomaduro/collision": "^7.0", |
| 26 | + "orchestra/testbench": "^8.0", |
| 27 | + "phpunit/phpunit": "^10.0", |
| 28 | + "spatie/laravel-ray": "^1.26" |
| 29 | + }, |
| 30 | + "autoload": { |
| 31 | + "psr-4": { |
| 32 | + "Codinglabs\\Skeleton\\": "src", |
| 33 | + "Codinglabs\\Skeleton\\Database\\Factories\\": "database/factories" |
| 34 | + } |
| 35 | + }, |
| 36 | + "autoload-dev": { |
| 37 | + "psr-4": { |
| 38 | + "Codinglabs\\Skeleton\\Tests\\": "tests" |
| 39 | + } |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "test": "vendor/bin/phpunit" |
| 43 | + }, |
| 44 | + "config": { |
| 45 | + "sort-packages": true |
| 46 | + }, |
| 47 | + "extra": { |
| 48 | + "laravel": { |
| 49 | + "providers": [ |
| 50 | + "Codinglabs\\Skeleton\\SkeletonServiceProvider" |
| 51 | + ], |
| 52 | + "aliases": { |
| 53 | + "Skeleton": "Codinglabs\\Skeleton\\Facades\\Skeleton" |
| 54 | + } |
| 55 | + } |
| 56 | + }, |
| 57 | + "minimum-stability": "dev", |
| 58 | + "prefer-stable": true |
59 | 59 | } |
0 commit comments