-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.09 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
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
{
"name": "redeye/sidekiq-bundle",
"description": "Bundle for integrating musicglue/sidekiq-job-pusher into Symfony",
"type": "symfony-bundle",
"keywords": ["sidekiq", "queue"],
"authors": [
{
"name": "Redeye AB",
"email": "info@redeye.se"
}
],
"require": {
"php": ">=5.4",
"redeye/sidekiq-job-pusher": "^1.0",
"symfony/config": "~2.3|~3.0|^4.0",
"symfony/dependency-injection": "~2.3|~3.0|^4.0",
"symfony/expression-language": "~2.3|~3.0|^4.0",
"symfony/framework-bundle": "~2.3|~3.0|^4.0",
"symfony/http-kernel": "~2.3|~3.0|^4.0",
"symfony/yaml": "~2.3|~3.0|^4.0"
},
"target-dir": "Redeye/SidekiqBundle",
"autoload": {
"psr-0": { "Redeye\\SidekiqBundle": "" }
},
"require-dev": {
"phpunit/phpunit": "^5.2",
"mockery/mockery": "^0.9.4"
},
"extra": {
"branch-alias": {
"dev-dev": "2.1.x-dev"
}
},
"repositories": [
{ "type": "composer", "url": "https://toran.rdey.se/repo/private/" }
]
}