forked from thrace-project/form-bundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
37 lines (37 loc) · 1.12 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
{
"name": "salmaabdelhady/form-bundle",
"description": "This bundle provides extra form types empowered by jQuery",
"keywords": ["form", "jqueryui", "jQuery", "Symfony", "tinymce", "inputlimiter", "select2", "recaptcha"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Nikolay Georgiev",
"email": "symfonist@gmail.com"
}
],
"extra": {
"branch-alias": {
"dev-master": "1.0.*-dev"
}
},
"minimum-stability": "stable",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.0|~3.0",
"symfony/form": "~2.3|~3.0",
"symfony/validator": "~2.3|~3.0"
},
"require-dev": {
"thrace/component-bundle": "*",
"thrace/datagrid-bundle": "dev-master",
"phpunit/phpunit": "^4.8|~5.7",
"symfony/doctrine-bridge": "~2.7|~3.0",
"doctrine/orm": "2.*,>=2.4.5",
"doctrine/doctrine-bundle": "1.*"
},
"autoload": {
"psr-0": { "Thrace\\FormBundle": "" }
},
"target-dir": "Thrace/FormBundle"
}