forked from sonata-project/SonataMediaBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
146 lines (146 loc) · 5.65 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "sonata-project/media-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataMediaBundle",
"keywords": [
"media",
"sonata",
"youtube",
"dailymotion",
"vimeo",
"pdf",
"file",
"upload"
],
"homepage": "https://sonata-project.org/bundles/media",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org",
"homepage": "https://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataMediaBundle/contributors"
}
],
"require": {
"php": "^7.3 || ^8.0",
"imagine/imagine": "^1.0",
"jms/serializer-bundle": "^3.0",
"knplabs/gaufrette": "^0.10",
"nyholm/psr7": "^1.4",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0 || ^2.0",
"sonata-project/datagrid-bundle": "^3.0.1",
"sonata-project/doctrine-extensions": "^1.13 || ^2.0",
"sonata-project/form-extensions": "^1.4",
"sonata-project/twig-extensions": "^1.3",
"symfony/config": "^4.4 || ^5.3 || ^6.0",
"symfony/console": "^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.3 || ^6.0",
"symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
"symfony/finder": "^4.4 || ^5.3 || ^6.0",
"symfony/form": "^4.4 || ^5.3 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0",
"symfony/http-client": "^4.4 || ^5.3 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.3 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
"symfony/mime": "^4.4 || ^5.3 || ^6.0",
"symfony/options-resolver": "^4.4 || ^5.3 || ^6.0",
"symfony/routing": "^4.4 || ^5.3 || ^6.0",
"symfony/security-bundle": "^4.4 || ^5.3 || ^6.0",
"symfony/security-core": "^4.4 || ^5.3 || ^6.0",
"symfony/translation": "^4.4 || ^5.3 || ^6.0",
"symfony/translation-contracts": "^1.1 || ^2.0 || ^6.0",
"symfony/twig-bridge": "^4.4 || ^5.3 || ^6.0",
"symfony/twig-bundle": "^4.4 || ^5.3 || ^6.0",
"symfony/validator": "^4.4 || ^5.3 || ^6.0",
"twig/string-extra": "^3.0",
"twig/twig": "^2.14 || ^3.0"
},
"conflict": {
"aws/aws-sdk-php": "<3.0",
"doctrine/mongodb-odm": "<2.0",
"doctrine/orm": "<2.5",
"friendsofsymfony/rest-bundle": "<3.0",
"knplabs/knp-menu-bundle": "<3.0",
"liip/imagine-bundle": "<2.0",
"nelmio/api-doc-bundle": "<3.9 || >=4.0",
"sonata-project/admin-bundle": "<4.0",
"sonata-project/block-bundle": "<4.0",
"sonata-project/classification-bundle": "<4.0",
"sonata-project/doctrine-orm-admin-bundle": "<4.0",
"sonata-project/notification-bundle": "<4.0",
"sonata-project/seo-bundle": "<3.0"
},
"require-dev": {
"aws/aws-sdk-php": "^3.0",
"doctrine/mongodb-odm": "^2.0",
"doctrine/orm": "^2.5",
"friendsofsymfony/rest-bundle": "^3.0",
"jackalope/jackalope-doctrine-dbal": "^1.1",
"knplabs/knp-menu-bundle": "^3.0",
"liip/imagine-bundle": "^2.0",
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"nelmio/api-doc-bundle": "^3.9",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.84",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.10",
"phpstan/phpstan-symfony": "^0.12.21",
"psalm/plugin-phpunit": "^0.16",
"psalm/plugin-symfony": "^2.0",
"sonata-project/admin-bundle": "^4.0@rc",
"sonata-project/block-bundle": "^4.0",
"sonata-project/classification-bundle": "^4.0@dev",
"sonata-project/doctrine-orm-admin-bundle": "^4.0@rc",
"sonata-project/notification-bundle": "^4.0@dev",
"sonata-project/seo-bundle": "^3.0@dev",
"symfony/browser-kit": "^4.4 || ^5.3",
"symfony/phpunit-bridge": "^5.3",
"symfony/security-csrf": "^4.4 || ^5.3",
"vimeo/psalm": "^4.7.2"
},
"suggest": {
"friendsofsymfony/rest-bundle": "If you want to expose a ReST API.",
"liip/imagine-bundle": "If you want on-the-fly thumbnail generation or image filtering (scale, crop, watermark...).",
"nelmio/api-doc-bundle": "If you want to provide OAS documentation for the ReST API.",
"sonata-project/classification-bundle": "If you want to categorize your media items.",
"sonata-project/doctrine-orm-admin-bundle": "If you want to persist entities.",
"sonata-project/notification-bundle": "If you want to generate thumbnails asynchronously.",
"sonata-project/seo-bundle": "If you're sensible to SEO.",
"twig/extra-bundle": "Auto configures the Twig Intl extension."
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Sonata\\MediaBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Sonata\\MediaBundle\\Tests\\": "tests/"
}
},
"scripts": {
"post-install-cmd": [
"[ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/simple-phpunit install"
],
"post-update-cmd": [
"[ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/simple-phpunit install"
]
}
}