-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·52 lines (52 loc) · 1.26 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.26 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
{
"name": "nuclear/reactor",
"description": "Core Library for the Nuclear CMS",
"keywords": [
"umomega",
"nuclear",
"laravel",
"reactor",
"php"
],
"version": "1.8.2",
"license": "MIT",
"authors": [
{
"name": "Egemen Kızılcan",
"email": "egemen@umomega.com",
"homepage": "https://umomega.com",
"role": "Developer / Designer"
}
],
"require": {
"php": "^8.2",
"laravel/framework": "^9.0",
"nuclear/hierarchy": "^3.7",
"umomega/auth": "^1.3",
"umomega/former": "^1.2",
"umomega/foundation": "^1.2",
"umomega/media": "^1.4",
"umomega/tags": "^1.3",
"codezero/laravel-localized-routes": "^2.4",
"igaster/laravel-theme": "^2.0",
"spatie/laravel-sitemap": "^6.0",
"predis/predis": "^1.1"
},
"autoload": {
"psr-4": {
"Nuclear\\Reactor\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Nuclear\\Reactor\\Providers\\ReactorServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"0.0.0/composer-include-files": true
}
}
}