Skip to content

Commit 800f08c

Browse files
authored
Create composer.json
1 parent dd9823c commit 800f08c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "infinityloop-dev/multistep-form",
3+
"description": "Component for Nette framwork which helps with creation of multistep forms.",
4+
"homepage": "https://www.infinityloop.dev/",
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+
"nette/application": "^3.0",
15+
"nette/http": "^3.0",
16+
"nette/forms": "^3.0"
17+
},
18+
"autoload": {
19+
"psr-4": {
20+
"Infinityloop\\": "src/"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)