Skip to content

Commit f948ae6

Browse files
authored
Create composer.json
1 parent 9df9ea8 commit f948ae6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "nepttune/security",
3+
"description": "Security generator component",
4+
"homepage": "https://www.peldax.com",
5+
"type": "library",
6+
"license": ["MIT"],
7+
"authors": [
8+
{
9+
"name": "Václav Pelíšek",
10+
"homepage": "https://www.peldax.com"
11+
}
12+
],
13+
"require": {
14+
"nepttune/base-component": "^4.0"
15+
},
16+
"autoload": {
17+
"psr-4": {
18+
"Nepttune\\Component\\": "src/"
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)