|
1 | 1 | { |
2 | 2 | "name": "paneedesign/storage-bundle", |
3 | | - "description": "Storage management for Symfony 3+ projects.", |
4 | | - "type": "library", |
| 3 | + "description": "A Symfony bundle that provide tools to handle media storage locally or on S3.", |
| 4 | + "type": "symfony-bundle", |
5 | 5 | "keywords": ["storage", "aws", "file", "filesystem", "media", "gaufrette", "knp", "s3", "liip", "php"], |
6 | 6 | "homepage": "https://www.ped.company/", |
7 | 7 | "readme": "README.md", |
|
22 | 22 | "homepage": "https://github.com/paneedesign/storage-bundle/contributors" |
23 | 23 | } |
24 | 24 | ], |
| 25 | + "support": { |
| 26 | + "email": "github@ped.technology", |
| 27 | + "issues": "https://github.com/paneedesign/storage-bundle/issues" |
| 28 | + }, |
25 | 29 | "require": { |
26 | | - "php": "^7.2.0", |
27 | | - "ext-gd": "*", |
| 30 | + "php": "^7.2.3", |
28 | 31 | "ext-exif": "*", |
| 32 | + "ext-gd": "*", |
| 33 | + "ext-json": "*", |
| 34 | + "aws/aws-sdk-php": "^3.70", |
| 35 | + "fresh/doctrine-enum-bundle": "^5.3|^6.5", |
29 | 36 | "gaufrette/extras": "~0.1", |
30 | 37 | "knplabs/gaufrette": "~0.5", |
31 | 38 | "knplabs/knp-gaufrette-bundle": "~0.5", |
32 | | - "aws/aws-sdk-php": "^3.70", |
33 | 39 | "liip/imagine-bundle": "~2.1", |
34 | | - "fresh/doctrine-enum-bundle": "^6.2", |
35 | | - "symfony/console": "4.2.*|4.3.*", |
36 | | - "symfony/framework-bundle": "4.2.*|4.3.*", |
37 | | - "symfony/twig-bundle": "4.2.*|4.3.*", |
38 | | - "symfony/yaml": "4.2.*|4.3.*" |
| 40 | + "symfony/console": "^3.4|^4.0|^5.0", |
| 41 | + "symfony/framework-bundle": "^3.4|^4.0|^5.0", |
| 42 | + "symfony/twig-bundle": "^3.4|^4.0|^5.0", |
| 43 | + "symfony/yaml": "^3.4|^4.0|^5.0" |
39 | 44 | }, |
40 | 45 | "require-dev": { |
41 | 46 | "friendsofphp/php-cs-fixer": "^2.14", |
42 | 47 | "phpmd/phpmd": "^2.6", |
43 | 48 | "squizlabs/php_codesniffer": "^3.4", |
44 | | - "symfony/filesystem": "4.2.*|4.3.*" |
| 49 | + "symfony/filesystem": "^3.4|^4.0|^5.0" |
45 | 50 | }, |
46 | 51 | "config": { |
47 | 52 | "preferred-install": { |
|
61 | 66 | }, |
62 | 67 | "scripts": { |
63 | 68 | "beautify": [ |
64 | | - "vendor/bin/php-cs-fixer fix --verbose --config=.php_cs.dist ." |
| 69 | + "./vendor/bin/php-cs-fixer fix --verbose --config=.php_cs.dist ." |
65 | 70 | ] |
66 | 71 | }, |
67 | 72 | "conflict": { |
|
0 commit comments