-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
54 lines (54 loc) · 1.39 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "cybercog/php-contracts-weblog",
"description": "Сontracts for the framework interoperable Blog development.",
"type": "library",
"license": "MIT",
"keywords": [
"cybercog",
"cog",
"contract",
"interface",
"framework-agnostic",
"interoperable",
"blog",
"weblog",
"journal",
"post",
"article",
"story",
"media",
"publication",
"blogging",
"blogger",
"feed"
],
"authors": [
{
"name": "Anton Komarev",
"email": "[email protected]",
"homepage": "https://komarev.com",
"role": "Developer"
}
],
"homepage": "https://komarev.com/sources/php-contracts-weblog",
"support": {
"email": "[email protected]",
"issues": "https://github.com/cybercog/php-contracts-weblog/issues",
"wiki": "https://github.com/cybercog/php-contracts-weblog/wiki",
"source": "https://github.com/cybercog/php-contracts-weblog",
"docs": "https://github.com/cybercog/php-contracts-weblog/wiki"
},
"require": {
"php": "^7.1.3|^8.0"
},
"autoload": {
"psr-4": {
"Cog\\Contracts\\Weblog\\": "src/"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable" : true
}