forked from Arkounay/ux-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 713 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 713 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": "arkounay/ux-collection",
"type": "symfony-bundle",
"description": "Collection for Symfony forms",
"keywords": [
"symfony-ux"
],
"license": "MIT",
"authors": [
{
"name": "Antonin M",
"email": "arkounay@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"symfony/flex": ">=1.3.1",
"symfony/form": ">=5.4.0",
"symfony/twig-bundle": ">=5.4.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/webpack-encore-bundle": "^1.13"
},
"autoload": {
"psr-4": {
"Arkounay\\Bundle\\UxCollectionBundle\\": ""
}
}
}