-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 975 Bytes
/
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
{
"name": "forestadmin/php-datasource-dummy",
"description": "Subtree split of the PHP Datasource Dummy component",
"type": "library",
"license": "GPL-3.0-or-later",
"version": "1.19.0",
"require": {
"php": "^8.0",
"forestadmin/php-agent-toolkit": "1.19.0",
"forestadmin/php-datasource-toolkit": "1.19.0"
},
"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",
"spatie/pest-plugin-test-time": "^1.1|^2.1"
},
"autoload": {
"psr-4": {
"ForestAdmin\\AgentPHP\\DatasourceDummy\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"ForestAdmin\\AgentPHP\\Tests\\": "tests"
}
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}