-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 879 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 879 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": "atk14/cache-something",
"type": "library",
"description": "Caching helper for the ATK14 Framework",
"keywords": [],
"homepage": "https://github.com/atk14/CacheSomething",
"license": ["MIT"],
"authors": [
{
"name": "ATK14 Development Team",
"homepage": "https://github.com/orgs/atk14/people"
}
],
"require": {
"php": ">=5.6"
},
"require-dev": {
"atk14/tester": "*",
"atk14/table-record": "*",
"atk14/mini-yaml": "^1.0",
"atk14/dictionary": "^1.0",
"atk14/core": "dev-master",
"atk14/class-autoload": "^1.0"
},
"autoload": {
"classmap": ["src/"]
}
}