-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.38 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "gulaandrij/views-counter-bundle",
"type": "symfony-bundle",
"description": "Symfony document/entity views counter",
"keywords": [
"view count",
"view counter",
"views counter",
"entity views",
"entity view counter"
],
"homepage": "https://github.com/gulaandrij/views-counter-bundle",
"require": {
"php": ">=7.1",
"symfony/dependency-injection": "^2.7 || ^3.0 || ^4.0",
"symfony/config": "^2.7 || ^3.0 || ^4.0",
"symfony/http-kernel": "^2.7 || ^3.0 || ^4.0",
"symfony/http-foundation": "^2.7 || ^3.0 || ^4.0",
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
"doctrine/orm": "2.6.* || 2.7.*",
"symfony/routing": "^4.1",
"doctrine/doctrine-bundle": "^1.0 || ^2",
"symfony/var-dumper": "^4.1"
},
"require-dev": {
"gulaandrij/coding-standard": "^1.0.2",
"symfony/phpunit-bridge": "^4.1",
"liip/functional-test-bundle": "^3.3",
"symfony/yaml": "^4.1"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Lavulator\\ViewsCounterBundle\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests"
}
},
"config": {
"optimize-autoloader": true
},
"minimum-stability": "stable",
"prefer-stable": true,
"extra": {
"thanks": {
"name": "cengizhancaliskan/views-counter-bundle",
"url": "https://github.com/cengizhancaliskan/ViewsCounterBundle"
}
}
}