-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.17 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
{
"name": "robwdwd/sightline-api-bundle",
"type": "symfony-bundle",
"description": "Sightline API Symfony Bundle.",
"keywords": [
"arbor",
"netscout",
"ArborSP",
"arbor sightline",
"sightline",
"peakflow",
"networking",
"security",
"ddos",
"symfony",
"symfony bundle"
],
"homepage": "https://github.com/robwdwd/sightline-api-bundle",
"license": "MIT",
"authors": [{
"name": "Rob Woodward",
"homepage": "https://github.com/robwdwd",
"email": "rob@twfmail.uk",
"role": "Author"
}],
"autoload": {
"psr-4": {
"Robwdwd\\SightlineApiBundle\\": "src/"
}
},
"require": {
"php": ">=8.3",
"ext-dom": "*",
"ext-soap": "*",
"symfony/config": ">=7.3",
"symfony/cache": ">=7.3",
"symfony/dependency-injection": ">=7.3",
"symfony/framework-bundle": ">=7.3",
"symfony/http-client": ">=7.3"
},
"require-dev": {
"rector/rector": "^2.2.0"
},
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
}
}
}