-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.5 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.5 KB
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
{
"name": "fdipzone/php-program",
"description": "lib for php",
"type": "library",
"license": "proprietary",
"authors": [
{
"name": "fdipzone",
"email": "xfdipzone@gmail.com"
}
],
"require": {
"php": ">=7.1",
"google/recaptcha": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "8.5.52"
},
"autoload": {
"psr-4": {
"SensitiveWordFilter\\": "php-sensitive-word-filter/SensitiveWordFilter",
"DEQue\\": "php-deque/DEQue",
"Timer\\": "php-timer/Timer",
"FileParser\\": "php-file-parser/FileParser",
"FileEncryptor\\": "php-file-encryptor/FileEncryptor",
"CssManager\\": "php-css-updater/CssManager",
"Validator\\": "php-validator/Validator",
"SharedData\\": "php-shared-data/SharedData",
"Mail\\": "php-mailer/Mail",
"HtmlAnalyzer\\": "php-html-analyzer/HtmlAnalyzer",
"PasswordGenerator\\": "php-password-generator/PasswordGenerator",
"Metric\\": "php-metric/Metric",
"Backoff\\": "php-backoff//Backoff",
"AnnotationReader\\": "php-annotation-reader/AnnotationReader",
"DbModel\\": "php-db-model/DbModel",
"ContextCache\\": "php-context-cache/ContextCache",
"Csrf\\": "php-csrf/Csrf",
"MQ\\": "php-mq/MQ"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests"
}
}
}