This repository was archived by the owner on Nov 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
82 lines (82 loc) · 2.1 KB
/
Copy pathcomposer.json
File metadata and controls
82 lines (82 loc) · 2.1 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "tps/slim-mvc",
"description": "TPS system utilities",
"repositories": {
"treant-js": {
"type": "package",
"package": {
"name": "fperucic/treant-js",
"version": "1.0.0",
"source": {
"url": "https://github.com/fperucic/treant-js",
"type": "git",
"reference": "master"
}
}
},
"papaparse": {
"type": "package",
"package": {
"name": "mholt/papaparse",
"version": "4.1.0",
"source": {
"url": "https://github.com/mholt/PapaParse",
"type": "git",
"reference": "master"
}
}
},
"fuzzyset": {
"type": "package",
"package": {
"name": "glench/fuzzyset.js",
"version": "1.0.0",
"source": {
"url": "https://github.com/Glench/fuzzyset.js",
"type": "git",
"reference": "master"
}
}
}
},
"require": {
"slim/views": "^0.1.3",
"slim/extras": "*",
"twig/twig": "^1.18",
"slim/slim": "2.*",
"twbs/bootstrap": "^3.3",
"smarty/smarty": "^3.0",
"apigen/apigen": "2.8.0",
"components/jquery": "^1.8",
"components/font-awesome": "^4.0",
"nette/nette": "~2.1.3",
"fperucic/treant-js": "*",
"onokumus/metismenu": "dev-master",
"mk-j/php_xlsxwriter": "*",
"hellogerard/jobby": "*",
"mholt/papaparse": "^4.0.0",
"glench/fuzzyset.js": "*",
"texy/texy": "^2.9",
"mpdf/mpdf": "^8.0"
},
"require-dev": {
"phpunit/phpunit-skeleton-generator": "*",
"phpunit/phpunit": "*",
"codacy/coverage": "dev-master"
},
"autoload":{
"psr-0":{
"TPS\\": ["public/lib/"],
"Controller\\": "./"
}
},
"minimum-stability": "beta",
"prefer-stable": true,
"license": "MIT",
"authors": [
{
"name": "James Oliver",
"email": "j.oliver@alumni.uleth.ca"
}
]
}