-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.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
45
46
47
{
"name" : "pixelopen/sulu-gdprbundle",
"type": "sulu-bundle",
"description": "GDPR tools for Sulu",
"keywords": [
"sulu",
"sulu-bundle"
],
"homepage": "https://github.com/Pixel-Open/sulu-gdprbundle",
"license": "MIT",
"authors": [
{
"name": "Pixel Open"
}
],
"require": {
"php": "^8.0",
"sulu/sulu": "^2.4",
"symfony/config": "^5.0 || ^6.0",
"symfony/dependency-injection": "^5.0 || ^6.0",
"symfony/framework-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/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-symfony": "^1.2",
"symplify/easy-coding-standard": "^11.1"
},
"scripts": {
},
"autoload": {
"psr-4": {
"Pixel\\GDPRBundle\\": "src"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true,
"phpstan/extension-installer": true
}
}
}