-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 1.08 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
{
"name": "scoutapp/scout-apm-symfony-bundle",
"description": "Scout Application Performance Monitoring Agent - https://scoutapm.com",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "James Titcumb",
"email": "[email protected]"
}
],
"require": {
"scoutapp/scout-apm-php": "^8.0",
"symfony/config": "^4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0"
},
"suggest": {
"psr/simple-cache": "Set up a service for Psr\\SimpleCache\\CacheInterface to improve Scout performance",
"symfony/orm-pack": "If you would like to use Doctrine ORM instrumentation, symfony/orm-pack must be installed",
"symfony/twig-pack": "If you would like to use Twig instrumentation, symfony/orm-pack must be installed"
},
"config": {
"preferred-install": "dist",
"optimize-autoloader": true,
"sort-packages": true
}
}