-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 960 Bytes
/
composer.json
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
{
"name": "oxygen/ui-base",
"description": "View Files and Rendering Code",
"license": "MIT",
"keywords": [
"cms",
"framework",
"OxygenExtension"
],
"authors": [
{
"name": "Chris Chamberlain",
"email": "[email protected]"
}
],
"require": {
"php": "^8.1",
"oxygen/core": "~0.15.0",
"oxygen/auth": "~0.8.0",
"illuminate/pagination": "^10.0",
"illuminate/support": "^10.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Oxygen\\UiBase\\": "src/"
}
},
"config": {
"platform": {
"php": "8.1.0"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/oxygen-cms/laraguard-doctrine"
}
],
"minimum-stability": "dev",
"require-dev": {
"phpstan/phpstan": "^1.8"
}
}