-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
35 lines (35 loc) · 1.08 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
{
"name": "kitpages/activity-bundle",
"type": "symfony-bundle",
"description": "Manages activities",
"keywords": ["activitiy", "history"],
"homepage": "https://github.com/Kitpages/KitpagesActivityBundle",
"license": "MIT",
"authors": [
{
"name": "Philippe Le Van",
"homepage": "https://twitter.com/plv"
}
],
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "~3.4.0",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "~1.2",
"kitpages/data-grid-bundle": "~3.0",
"symfony/event-dispatcher": "~3.4.0"
},
"require-dev": {
"symfony/class-loader": "~3.4.0",
"symfony/yaml": "~3.4.0.",
"symfony/finder": "~3.4.0",
"symfony/browser-kit": "~3.4.0",
"beberlei/DoctrineExtensions": "v0.2-alpha",
"phpunit/phpunit": "~5.0",
"phpunit/dbunit": "1.3.*"
},
"autoload": {
"psr-0": { "Kitpages\\ActivityBundle": "" }
},
"target-dir": "Kitpages/ActivityBundle"
}