-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
58 lines (58 loc) · 1.87 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "forestadmin/php-agent-toolkit",
"description": "Subtree split of the PHP Agent Toolkit component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.22.0",
"require": {
"php": "^8.0",
"firebase/php-jwt": "^6.2",
"galbar/jsonpath": "^2.0",
"guzzlehttp/guzzle": "^6.0|^7.4",
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^v8.83|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"league/csv": "^9.8",
"league/fractal": "^0.20.1",
"league/oauth2-client": "^2.6",
"mlocati/ip-lib": "^1.18",
"nesbot/carbon": "^2.58|^3.0",
"php-di/php-di": "^7.0",
"ramsey/uuid": "^3.9.7|^4.3",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"forestadmin/php-datasource-customizer": "1.22.0",
"forestadmin/php-datasource-toolkit": "1.22.0",
"forestadmin/php-base-datasource": "1.22.0",
"monolog/monolog": "^2.5|^3.0",
"laravel/serializable-closure": "^1.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"mockery/mockery": "^1.6",
"pestphp/pest": "^1.21|^2.34",
"phpspec/prophecy-phpunit": "^2.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0",
"spatie/pest-plugin-test-time": "^1.1|^2.1"
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"ForestAdmin\\AgentPHP\\Agent\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"ForestAdmin\\AgentPHP\\Tests\\": "tests"
}
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}