|
1 | 1 | {
|
2 |
| - "name": "68publishers/image-bundle", |
3 |
| - "description": "Simple image management based on our image-storage for Nette Framework.", |
4 |
| - "keywords": ["68publishers", "image", "images", "image-bundle", "nette"], |
| 2 | + "name": "68publishers/file-bundle", |
| 3 | + "description": "File management bundle based on our file-storage for Nette Framework.", |
| 4 | + "keywords": ["68publishers", "files", "file-bundle", "images", "nette"], |
5 | 5 | "license": "MIT",
|
6 | 6 | "authors": [
|
7 | 7 | {
|
|
10 | 10 | }
|
11 | 11 | ],
|
12 | 12 | "require": {
|
13 |
| - "php": "^7.1", |
14 |
| - "nette/di": "^2.4", |
15 |
| - "nette/utils": "^2.4", |
16 |
| - "nette/application": "^2.4", |
17 |
| - "nette/forms": "^2.4", |
18 |
| - "ramsey/uuid": "^3.8", |
19 |
| - "68publishers/smart-nette-component": "^0.1", |
20 |
| - "68publishers/doctrine-persistence": "^0.1", |
21 |
| - "68publishers/image-storage": "^0.4", |
22 |
| - "symfony/event-dispatcher": "^4.0", |
23 |
| - "kdyby/doctrine": "^3.0", |
24 |
| - "kdyby/translation": "^2.4" |
| 13 | + "php": "^7.3", |
| 14 | + "ext-fileinfo": "*", |
| 15 | + "68publishers/doctrine-bridge": "^0.1.1", |
| 16 | + "68publishers/doctrine-persistence": "^0.2", |
| 17 | + "68publishers/event-dispatcher-extra": "^1.0", |
| 18 | + "68publishers/file-storage": "^0.1", |
| 19 | + "68publishers/smart-nette-component": "^0.2", |
| 20 | + "68publishers/translation-bridge": "^1.2", |
| 21 | + "nette/application": "^3.0.6", |
| 22 | + "nette/di": "^3.0.3", |
| 23 | + "nette/forms": "^3.0", |
| 24 | + "nette/utils": "^3.0", |
| 25 | + "ramsey/uuid": "^4.0" |
25 | 26 | },
|
26 | 27 | "require-dev": {
|
| 28 | + "roave/security-advisories": "dev-master", |
27 | 29 | "friendsofphp/php-cs-fixer": "^2.0",
|
28 |
| - "nette/tester": "^1.7", |
29 |
| - "68publishers/notification-bundle": "^0.1", |
30 |
| - "gedmo/doctrine-extensions": "^2.4" |
| 30 | + "nette/tester": "^2.3.4", |
| 31 | + "68publishers/notification-bundle": "^0.2", |
| 32 | + "gedmo/doctrine-extensions": "^2.4", |
| 33 | + "68publishers/image-storage": "^0.5" |
31 | 34 | },
|
32 | 35 | "suggest": {
|
33 |
| - "gedmo/doctrine-extensions": "If you want to use soft-deletable images.", |
34 |
| - "68publishers/notification-bundle": "For automatic notifications (flash message, toastr) on image upload, deletion etc." |
| 36 | + "gedmo/doctrine-extensions": "If you want to use soft-deletable files.", |
| 37 | + "68publishers/notification-bundle": "For automatic notifications (flash message, toastr) on file upload, deletion etc.", |
| 38 | + "68publishers/image-storage": "Use combination of file-storage and image-storage to better management of images!" |
| 39 | + }, |
| 40 | + "conflict": { |
| 41 | + "68publishers/image-storage": "<0.5" |
35 | 42 | },
|
36 | 43 | "autoload": {
|
37 |
| - "classmap": ["src/"], |
38 |
| - "files": [] |
| 44 | + "psr-4": { |
| 45 | + "SixtyEightPublishers\\FileBundle\\": "src/" |
| 46 | + } |
39 | 47 | },
|
40 | 48 | "autoload-dev": {
|
41 |
| - "classmap": ["tests/"], |
42 |
| - "files": [] |
| 49 | + "psr-4": { |
| 50 | + "SixtyEightPublishers\\FileBundle\\Tests\\": "tests/" |
| 51 | + } |
| 52 | + }, |
| 53 | + "config": { |
| 54 | + "sort-packages": true |
| 55 | + }, |
| 56 | + "scripts": { |
| 57 | + "tests": [ |
| 58 | + "@tests:lowest", |
| 59 | + "@tests:highest" |
| 60 | + ], |
| 61 | + "tests:lowest" : [ |
| 62 | + "@composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable", |
| 63 | + "vendor/bin/tester ./tests" |
| 64 | + ], |
| 65 | + "tests:highest" : [ |
| 66 | + "@composer update --no-progress --prefer-dist --prefer-stable", |
| 67 | + "vendor/bin/tester ./tests" |
| 68 | + ] |
43 | 69 | }
|
44 | 70 | }
|
0 commit comments