forked from josegonzalez/cakephp-cake-djjob
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 822 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 822 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
{
"name": "infinitas-plugins/infinitas-jobs",
"description": "A job queue for CakePHP based on delayed_job forked from https://github.com/josegonzalez/cakephp-cake-djjob",
"type": "cakephp-plugin",
"keywords": ["cakephp", "job", "queue", "processing", "worker"],
"homepage": "https://github.com/Infinitas-Plugins/InfinitasJobs",
"license": "MIT",
"authors": [
{
"name": "Carl Sutton",
"email": "dogmatic69@gmail.com",
"homepage": "http://dogmatic69.com",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/Infinitas-Plugins/InfinitasJobs/issues",
"irc": "irc://irc.freenode.org/infinitas",
"source": "https://github.com/Infinitas-Plugins/InfinitasJobs"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"installer-name": "InfinitasJobs"
}
}