|
1 | 1 | { |
2 | 2 | "name": "fd6130/hsl-bundle", |
3 | | - "description": "This bundle provide some ease of development for Symfony beginner.", |
| 3 | + "description": "This bundle provide some ease of development for Symfony beginner. You can now create a CRUD controller very fast and it comes with DTO validation, mapping and pagination.", |
| 4 | + "keywords": ["Symfony", "symfony", "bundle", "DTO", "dto", "dto validation", "dto mapping", "pagination", "controller"], |
4 | 5 | "type": "symfony-bundle", |
5 | 6 | "license": "MIT", |
6 | 7 | "autoload": { |
|
10 | 11 | }, |
11 | 12 | "require": { |
12 | 13 | "php": ">=7.2.5", |
13 | | - "samj/fractal-bundle": "^4.0", |
14 | 14 | "babdev/pagerfanta-bundle": "^3.0", |
15 | 15 | "mark-gerarts/automapper-plus-bundle": "^1.2", |
16 | | - "fd6130/api-filter-bundle": "1.2.*", |
17 | | - "symfony-bundles/json-request-bundle": "^4.0", |
| 16 | + "monterhealth/api-filter-bundle": "1.2.*", |
18 | 17 | "pagerfanta/pagerfanta": "^3.0", |
| 18 | + "symfony-bundles/json-request-bundle": "^4.0", |
| 19 | + "samj/fractal-bundle": "^4.0", |
19 | 20 | "symfony/validator": "^4.4|^5.0", |
20 | | - "doctrine/annotations": "^1.13" |
| 21 | + "symfony/yaml": "^4.4|^5.0", |
| 22 | + "doctrine/inflector": "^2.0" |
21 | 23 | }, |
22 | 24 | "require-dev": { |
23 | | - "symfony/maker-bundle": "^1.0", |
24 | | - "easycorp/easy-deploy-bundle": "^1.0" |
| 25 | + "symfony/maker-bundle": "^1.0" |
25 | 26 | }, |
26 | 27 | "suggest": { |
| 28 | + "easycorp/easy-deploy-bundle": "For easy deploy", |
27 | 29 | "vich/uploader-bundle": "For file upload", |
28 | 30 | "lexik/jwt-authentication-bundle": "Install this if you need JWT authentication", |
29 | | - "etnynl/jwt-refresh-token-bundle": "Install this if you need JWT refresh token", |
30 | | - "symfony/webpack-encore-bundle": "Install this if you need Webpack to manage your assets", |
31 | | - "twig/cssinliner-extra": "For email css", |
32 | | - "twig/extra-bundle": "For email css", |
33 | | - "twig/inky-extra": "For email css", |
34 | 31 | "nesbot/carbon": "Easy format your datetime", |
35 | 32 | "nelmio/cors-bundle": "CORS management" |
36 | | - }, |
37 | | - "repositories": [ |
38 | | - { |
39 | | - "type": "vcs", |
40 | | - "url": "https://github.com/fd6130/api-filter-bundle.git" |
41 | | - } |
42 | | - ] |
| 33 | + } |
43 | 34 | } |
0 commit comments