-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.18 KB
/
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
36
37
38
{
"name": "bukashk0zzz/timestamptype-bundle",
"description": "A simple Symfony bundle that adds timestamp form field type.",
"keywords": ["bundle", "symfony", "timestamp", "form", "type"],
"homepage": "https://github.com/bukashk0zzz/TimestampTypeBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Denis Golubovskiy",
"email": "bukashk0zzz@gmail.com",
"role": "Creator"
}
],
"support": {
"email": "bukashk0zzz@gmail.com",
"issues": "https://github.com/bukashk0zzz/TimestampTypeBundle/issues"
},
"require": {
"php": ">=7.1.0",
"symfony/dependency-injection": "^6.0|^7.0",
"symfony/config": "^6.0|^7.0",
"symfony/yaml": "^6.0|^7.0",
"symfony/http-kernel": "^6.0|^7.0",
"symfony/form": "^6.0|^7.0"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.0",
"slevomat/coding-standard": "^4.0",
"friendsofphp/php-cs-fixer": "^2.8",
"phpunit/phpunit": "^7.1"
},
"autoload": {
"psr-4": {
"Bukashk0zzz\\TimestampTypeBundle\\": ""
}
}
}