|
1 | 1 | { |
2 | | - "name": "contributte/forms-wizard", |
3 | | - "type": "library", |
4 | | - "description": "Wizard component for nette/forms", |
5 | | - "keywords": [ |
6 | | - "nette", |
7 | | - "contributte", |
8 | | - "forms", |
9 | | - "wizard" |
10 | | - ], |
11 | | - "require": { |
12 | | - "php": ">=7.1", |
13 | | - "nette/forms": "^3.0", |
14 | | - "nette/http": "^3.0" |
15 | | - }, |
16 | | - "require-dev": { |
17 | | - "codeception/codeception": "^4.1.20", |
18 | | - "codeception/module-asserts": "^1.3.1", |
19 | | - "codeception/module-phpbrowser": "^1.0.2", |
20 | | - "latte/latte": "^2.7", |
21 | | - "nette/application": "^3.0", |
22 | | - "nette/di": "^3.0", |
23 | | - "nette/tester": "^2.3.2", |
24 | | - "ninjify/nunjuck": "^0.3", |
25 | | - "ninjify/qa": "^0.12", |
26 | | - "phpstan/phpstan": "^0.12", |
27 | | - "phpstan/phpstan-deprecation-rules": "^0.12", |
28 | | - "phpstan/phpstan-nette": "^0.12", |
29 | | - "phpstan/phpstan-strict-rules": "^0.12", |
30 | | - "webchemistry/testing-helpers": "^3.0.0" |
31 | | - }, |
32 | | - "minimum-stability": "RC", |
33 | | - "autoload": { |
34 | | - "psr-4": { |
35 | | - "Contributte\\FormWizard\\": ["src/"] |
36 | | - } |
37 | | - }, |
38 | | - "autoload-dev": { |
39 | | - "classmap": [ |
40 | | - "tests/includes" |
41 | | - ] |
42 | | - }, |
43 | | - "extra": { |
44 | | - "branch-alias": { |
45 | | - "dev-master": "2.1.x-dev" |
46 | | - } |
47 | | - } |
| 2 | + "name": "contributte/forms-wizard", |
| 3 | + "type": "library", |
| 4 | + "description": "Wizard component for nette/forms", |
| 5 | + "keywords": [ |
| 6 | + "nette", |
| 7 | + "contributte", |
| 8 | + "forms", |
| 9 | + "wizard" |
| 10 | + ], |
| 11 | + "require": { |
| 12 | + "php": ">=7.1", |
| 13 | + "nette/forms": "^3.0", |
| 14 | + "nette/http": "^3.0" |
| 15 | + }, |
| 16 | + "require-dev": { |
| 17 | + "codeception/codeception": "^4.1.20", |
| 18 | + "codeception/module-asserts": "^1.3.1", |
| 19 | + "codeception/module-phpbrowser": "^1.0.2", |
| 20 | + "latte/latte": "^2.7", |
| 21 | + "nette/application": "^3.0", |
| 22 | + "nette/di": "^3.0", |
| 23 | + "nette/tester": "^2.3.2", |
| 24 | + "ninjify/nunjuck": "^0.3", |
| 25 | + "ninjify/qa": "^0.12", |
| 26 | + "phpstan/phpstan": "^0.12", |
| 27 | + "phpstan/phpstan-deprecation-rules": "^0.12", |
| 28 | + "phpstan/phpstan-nette": "^0.12", |
| 29 | + "phpstan/phpstan-strict-rules": "^0.12", |
| 30 | + "webchemistry/testing-helpers": "^3.0.0" |
| 31 | + }, |
| 32 | + "minimum-stability": "RC", |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
| 35 | + "Contributte\\FormWizard\\": [ |
| 36 | + "src/" |
| 37 | + ] |
| 38 | + } |
| 39 | + }, |
| 40 | + "autoload-dev": { |
| 41 | + "classmap": [ |
| 42 | + "tests/includes" |
| 43 | + ] |
| 44 | + }, |
| 45 | + "extra": { |
| 46 | + "branch-alias": { |
| 47 | + "dev-master": "2.1.x-dev" |
| 48 | + } |
| 49 | + } |
48 | 50 | } |
0 commit comments