-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
executable file
·40 lines (40 loc) · 1.27 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
{
"name": "agence-adeliom/easy-editor-bundle",
"type": "symfony-bundle",
"description": "A Symfony bundle for EasyAdmin that provide a flexible content editor",
"keywords": [
"symfony",
"easyadmin",
"editor",
"flexible-content"
],
"homepage": "https://github.com/agence-adeliom/easy-editor-bundle",
"license": "MIT",
"authors": [
{
"name": "Arnaud RITTI",
"homepage": "https://github.com/arnaud-ritti"
}
],
"require": {
"php": ">=8.0.2",
"ext-json": "*",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/deprecation-contracts": "^2.2 || ^v3.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/form": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/property-access": "^5.4 || ^6.0",
"easycorp/easyadmin-bundle": "^3.4 || ^v4.0",
"agence-adeliom/easy-common-bundle": "^2.1",
"agence-adeliom/easy-fields-bundle": "^2.1"
},
"autoload": {
"psr-4": {
"Adeliom\\EasyEditorBundle\\": "src/"
}
}
}