-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 947 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 947 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": "mwsimple/scdatetimepicker-bundle",
"description": "Symfony bundle for Bootstrap DateTime picker - Twigv3",
"keywords": ["symfony", "bootstrap", "bundle", "picker", "datepicker", "timepicker"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Stephane Collot"
},
{
"name": "Johan Kasselman",
"email": "johankasselman@outlook.com",
"role": "Developer"
}
],
"require":{
"php": ">=8.2",
"symfony/framework-bundle": "^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/twig-bundle": "^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/form": "^4.1 || ^5.0 || ^6.0 || ^7.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": { "SC\\DatetimepickerBundle\\": "" }
}
}