-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 777 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 777 Bytes
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
{
"authors": [
{
"name": "Giovambattista Fazioli",
"email": "wpbones.info@gmail.com",
"homepage": "https://wpbones.com/"
}
],
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"WPKirk\\WPBones\\": "src/"
}
},
"description": "WordPress framework for Laravel developers",
"homepage": "https://wpbones.com",
"keywords": [
"wordpress",
"laravel",
"framework",
"wpbones",
"plugins",
"themes"
],
"license": "LGPL-3.0-or-later",
"name": "wpbones/wpbones",
"require": {
"php": ">=8.1",
"eftec/bladeone": "^4.13"
},
"support": {
"issues": "https://github.com/wpbones/WPBones/issues",
"source": "https://github.com/wpbones/WPBones/"
},
"type": "library"
}