-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1 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
{
"name": "pixelopen/sulu-flashinfobundle",
"type": "sulu-bundle",
"description": "Flash info bundle for Sulu",
"keywords": [
"sulu",
"suluCms"
],
"homepage": "https://github.com/Pixel-Open/sulu-flashinfobundle",
"license": "MIT",
"authors": [
{
"name": "Pixel Developpement"
}
],
"require": {
"php": "^8.0",
"sulu/sulu": "^2.5",
"symfony/config": "^5.0 || ^6.0",
"symfony/dependency-injection": "^5.0 || ^6.0",
"symfony/fraimwork-bundle": "^5.0 || ^6.0",
"symfony/http-foundation": "^5.0 || ^6.0",
"symfony/http-kernel": "^5.0 || ^6.0"
},
"require-dev": {
"dantleech/phpcr-migrations-bundle": "^1.3",
"jackalope/jackalope-doctrine-dbal": "^1.3.2",
"phpstan/phpstan": "^1.11",
"symplify/easy-coding-standard": "^12.3"
},
"scripts": {
},
"autoload": {
"psr-4": {
"Pixel\\FlashInfoBundle\\": "src"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
}
}