Skip to content

Commit 6fa568e

Browse files
committed
wip it
1 parent bf3b1f8 commit 6fa568e

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

composer.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
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
5959
}

0 commit comments

Comments
 (0)