-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 860 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 860 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
{
"name": "hello-sebastian/hello-bootstrap-table-bundle",
"description": "Symfony Bundle for bootstrap-table",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "HelloSebastian"
}
],
"autoload": {
"psr-4": {
"HelloSebastian\\HelloBootstrapTableBundle\\": "src/"
}
},
"require-dev": {
"symfony/webpack-encore-bundle": "^1.12"
},
"require": {
"php": ">=7.2.5",
"ext-json": "*",
"doctrine/common": "^2.6|^3.0",
"doctrine/orm": "^2.10",
"sensio/framework-extra-bundle": "^5.1|^6.1",
"symfony/property-access": "^4.4|^5.0|^6.0",
"symfony/security-bundle": "^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0",
"symfony/options-resolver": "^4.4|^5.0|^6.0"
}
}