-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 906 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 906 Bytes
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
{
"name": "halloverden/symfony-security-bundle",
"description": "Bundle for halloverden/symfony-security",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Tom Roar Furunes",
"email": "tom.roar@halloverden.no"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.2",
"symfony/dependency-injection": "^v4.4.13|^5.1.5",
"symfony/http-kernel": "^v4.4.13|^5.1.5",
"halloverden/symfony-security": "^3.0.0",
"symfony/event-dispatcher": "^v4.4.13|^5.1.5",
"symfony/security-bundle": "^v4.4.13|^5.1.5",
"symfony/framework-bundle": "^v4.4.13|^5.1.5"
},
"autoload": {
"psr-4": {
"HalloVerden\\SecurityBundle\\": ""
}
},
"require-dev": {
"symfony/validator": "^v4.4.13|^v5.1.5"
}
}