We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9823c commit 800f08cCopy full SHA for 800f08c
composer.json
@@ -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