-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 815 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 815 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
{
"name" : "joomla-extensions/testcom",
"description": "The Open Source PHP Framework for creating complex Joomla extensions",
"license" : "GPL-2.0-or-later",
"config": {
"platform": {
"php": "8.3"
},
"audit": {
"ignore": [
"PKSA-5jz8-6tcw-pbk4",
"PKSA-z3gr-8qht-p93v"
]
}
},
"autoload": {
"psr-4": {
"Joomla\\Component\\Jobs\\Administrator\\": "com_jobs/admin/src/"
}
},
"require" : {
"php": "^8.3"
},
"require-dev": {
"joomla-projects/jorobo": "^0.12.1",
"phpunit/phpunit": "^9.6.34",
"friendsofphp/php-cs-fixer": "^3.87.1",
"squizlabs/php_codesniffer": "^3.13.4",
"phpstan/phpstan": "^2.1.22",
"phpstan/phpstan-deprecation-rules": "^2.0.3"
}
}