-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
58 lines (57 loc) · 1.38 KB
/
composer.json
File metadata and controls
58 lines (57 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ninjaportal/shadow-theme",
"description": "A Laravel Like Apigee DevPortal",
"keywords": [
"lordjoo",
"laravel",
"laravel-apigee",
"apigee","apigee-php"
],
"homepage": "https://github.com/ninjaportal/ninjaportal",
"license": "MIT",
"authors": [
{
"name": "lordjoo",
"email": "youssef.afify122@gmail.com",
"role": "Developer"
}
],
"require": {
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16.3",
"illuminate/contracts": "^11.0||^12.0",
"guzzlehttp/guzzle": "^7.2",
"nesbot/carbon": "^3.0",
"blade-ui-kit/blade-heroicons": "^2.6",
"ninjaportal/portal": "^0.1"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"NinjaPortal\\Shadow\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"NinjaPortal\\Shadow\\Tests\\": "tests/"
}
},
"scripts": {},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
"providers": [
"NinjaPortal\\Shadow\\ShadowServiceProvider"
]
}
},
"minimum-stability": "stable",
"prefer-stable": true
}