Skip to content

Commit 3fadc97

Browse files
author
Wazabii
committed
Package
1 parent dc2da61 commit 3fadc97

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "maplephp/nest",
3+
"type": "library",
4+
"description": "Nest is a navigation builder and validator.",
5+
"keywords": ["navigation", "menu", "builder", "request validator"],
6+
"homepage": "https://wazabii.se",
7+
"license": "Apache-2.0",
8+
"authors": [
9+
{
10+
"name": "Daniel Ronkainen",
11+
"email": "daniel.ronkainen@wazabii.se"
12+
},
13+
{
14+
"name": "MaplePHP",
15+
"homepage": "https://wazabii.se"
16+
}
17+
],
18+
"require": {
19+
"php": ">=8.0",
20+
"maplephp/swiftrender": "^1.0"
21+
},
22+
"autoload": {
23+
"psr-4": {
24+
"MaplePHP\\Nest\\": ""
25+
}
26+
},
27+
"minimum-stability": "dev"
28+
}

0 commit comments

Comments
 (0)