forked from hostnet/form-handler-component
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 847 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 847 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
{
"name": "hostnet/form-handler-component",
"description": "Hostnet form handler to provide an easier way of handling forms",
"license": "MIT",
"minimum-stability": "dev",
"require": {
"php": "^7.3",
"symfony/form": "^4.0||^5.0",
"symfony/http-foundation": "^4.0||^5.0"
},
"require-dev": {
"hostnet/phpcs-tool": "^8.3.11",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.5",
"symfony/debug": "^4.0||^5.0",
"symfony/phpunit-bridge": "^4.0||^5.0"
},
"autoload": {
"psr-4": {
"Hostnet\\Component\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Hostnet\\Component\\": "test/"
}
}
}