-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
37 lines (37 loc) · 858 Bytes
/
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
{
"name": "pryley/castor-framework",
"license": "MIT",
"description": "Framework for Dioscuri's Castor theme.",
"homepage": "/~https://github.com/pryley/castor-framework",
"keywords": ["wordpress", "dioscuri", "castor", "framework"],
"authors": [
{
"name": "Paul Ryley",
"email": "paul@geminilabs.io"
}
],
"support": {
"issues": "/~https://github.com/pryley/castor-framework/issues",
"source": "/~https://github.com/pryley/castor-framework"
},
"archive": {
"exclude": []
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpstan/phpstan": "^1.8.2",
"szepeviktor/phpstan-wordpress": "^1.1.2"
},
"autoload": {
"psr-4": {
"GeminiLabs\\Castor\\": "src/"
}
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true
}