-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 864 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 864 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
{
"name": "sowerphp/sowerphp-project",
"description": "Esqueleto de proyecto usando el framework SowerPHP.",
"type": "project",
"keywords": ["sowerphp", "project"],
"homepage": "https://www.sowerphp.org",
"license": "AGPL-3.0+",
"authors": [
{
"name": "SowerPHP",
"homepage": "https://www.sowerphp.org"
}
],
"support": {
"issues": "https://github.com/sowerphp/sowerphp-project/issues",
"source": "https://github.com/sowerphp/sowerphp-project"
},
"autoload": {
"classmap": ["src/"]
},
"require": {
"sowerphp/sowerphp-framework": "dev-master || dev-main"
},
"repositories": [
{
"type": "path",
"url": "../sowerphp-framework"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}