-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposerTest.json
More file actions
37 lines (37 loc) · 809 Bytes
/
Copy pathcomposerTest.json
File metadata and controls
37 lines (37 loc) · 809 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
32
33
34
35
36
37
{
"name": "abmsourav/deep-search",
"description": "Search plugin",
"scripts": {
"format:check": "pint --config pint.json --verbose --test",
"format": "pint --config pint.json --verbose"
},
"autoload": {
"psr-4": {
"DeepSearch\\App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"DeepSearch\\Tests\\": "tests/"
}
},
"authors": [
{
"name": "Keramot UL Islam"
}
],
"require-dev": {
"laravel/pint": "^1.20",
"brain/monkey": "^2.6",
"pestphp/pest": "^4.3"
},
"require": {
"codesvault/howdy-qb": "^2.1",
"codesvault/validator": "^1.2"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}