We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df9ea8 commit f948ae6Copy full SHA for f948ae6
1 file changed
composer.json
@@ -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