|
1 | 1 | { |
2 | 2 | "name": "nowo-tech/api-studio-bundle", |
3 | | - "description": "Symfony bundle for managing, documenting, and testing REST, SOAP, and GraphQL APIs — your own Postman/Apidog inside Symfony.", |
| 3 | + "description": "Symfony bundle for managing, documenting, and testing REST, SOAP, and GraphQL APIs \u2014 your own Postman/Apidog inside Symfony.", |
4 | 4 | "type": "symfony-bundle", |
5 | 5 | "license": "MIT", |
6 | 6 | "keywords": [ |
|
24 | 24 | }, |
25 | 25 | "authors": [ |
26 | 26 | { |
27 | | - "name": "Héctor Franco Aceituno", |
| 27 | + "name": "H\u00e9ctor Franco Aceituno", |
28 | 28 | "email": "hectorfranco@nowo.tech", |
29 | 29 | "homepage": "https://github.com/HecFranco", |
30 | 30 | "role": "Developer" |
|
35 | 35 | } |
36 | 36 | ], |
37 | 37 | "require": { |
38 | | - "php": ">=8.2 <8.6", |
39 | 38 | "doctrine/doctrine-bundle": "^2.10 || ^3.0", |
40 | 39 | "doctrine/orm": "^2.15 || ^3.0", |
41 | 40 | "ext-json": "*", |
| 41 | + "nowo-tech/form-kit-bundle": "^2.0", |
| 42 | + "nowo-tech/ui-kit-bundle": "^1.4", |
| 43 | + "php": ">=8.2 <8.6", |
42 | 44 | "symfony/asset": "^7.0 || ^8.0", |
43 | 45 | "symfony/config": "^7.0 || ^8.0", |
44 | 46 | "symfony/dependency-injection": "^7.0 || ^8.0", |
|
49 | 51 | "symfony/routing": "^7.0 || ^8.0", |
50 | 52 | "symfony/security-bundle": "^7.0 || ^8.0", |
51 | 53 | "symfony/security-csrf": "^7.0 || ^8.0", |
52 | | - "symfony/twig-bundle": "^7.0 || ^8.0", |
53 | 54 | "symfony/translation": "^7.0 || ^8.0", |
| 55 | + "symfony/twig-bundle": "^7.0 || ^8.0", |
54 | 56 | "symfony/validator": "^7.0 || ^8.0", |
55 | 57 | "symfony/yaml": "^7.0 || ^8.0", |
56 | | - "nowo-tech/ui-kit-bundle": "^1.4" |
| 58 | + "twig/extra-bundle": "^3.12", |
| 59 | + "twig/string-extra": "^3.12" |
57 | 60 | }, |
58 | 61 | "require-dev": { |
59 | 62 | "friendsofphp/php-cs-fixer": "^3.0", |
|
64 | 67 | "phpstan/phpstan-symfony": "^2.0", |
65 | 68 | "phpunit/phpunit": "^10.0 || ^11.0", |
66 | 69 | "rector/rector": "^2.0", |
67 | | - "symfony/browser-kit": "^7.0 || ^8.0" |
| 70 | + "symfony/browser-kit": "^7.0 || ^8.0", |
| 71 | + "vincentlanglet/twig-cs-fixer": "^3.0" |
68 | 72 | }, |
69 | 73 | "autoload": { |
70 | 74 | "psr-4": { |
|
77 | 81 | } |
78 | 82 | }, |
79 | 83 | "archive": { |
80 | | - "exclude": ["/demo", "/.cursor"] |
| 84 | + "exclude": [ |
| 85 | + "/demo", |
| 86 | + "/.cursor" |
| 87 | + ] |
81 | 88 | }, |
82 | 89 | "config": { |
83 | 90 | "sort-packages": true, |
|
107 | 114 | "qa": [ |
108 | 115 | "@cs-check", |
109 | 116 | "@test" |
110 | | - ] |
| 117 | + ], |
| 118 | + "twig:lint": "twig-cs-fixer lint --config=.twig-cs-fixer.php", |
| 119 | + "twig:fix": "twig-cs-fixer fix --config=.twig-cs-fixer.php", |
| 120 | + "twig:fix:check": "twig-cs-fixer lint --config=.twig-cs-fixer.php --fix" |
111 | 121 | }, |
112 | 122 | "scripts-descriptions": { |
113 | 123 | "test": "Run PHPUnit tests", |
|
0 commit comments