forked from Philipinho/Simple-PHP-Blog
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
62 lines (62 loc) · 2.01 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
55
56
57
58
59
60
61
62
{
"name": "nephi.aust/simple-php-blog",
"type": "library",
"keywords": ["php","blog","simple","templating","database"],
"description": "A simple blog written in PHP, using Bootstrap CSS, Bootstrap-table CSS, and MySQL.",
"version": "5.3.0-alpha",
"homepage": "https://github.com/Nephiaust/Simple-PHP-Blog",
"abandoned": false,
"support" : {
"issues" : "https://github.com/Nephiaust/Simple-PHP-Blog/issues/new/choose",
"source" : "https://github.com/Nephiaust/Simple-PHP-Blog",
"wiki" : "https://github.com/Nephiaust/Simple-PHP-Blog/wiki",
"docs" : "https://github.com/Nephiaust/Simple-PHP-Blog/wiki",
"security" : "https://github.com/Nephiaust/Simple-PHP-Blog/issues/new/choose"
},
"funding": [
{
"type": "GitHub",
"url": "https://github.com/sponsors/Nephiaust"
}
],
"authors": [
{
"name": "Philipinho (Philip)",
"homepage": "https://github.com/Philipinho",
"role": "Developer"
},
{
"name": "7s9n (Hussein Sarea)",
"homepage": "https://github.com/7s9n",
"role": "Contributor"
},
{
"name": "ankheur (Pierrick Rancoeur)",
"homepage": "https://github.com/ankheur",
"role": "Contributor"
},
{
"name": "terzinnorbert",
"homepage": "https://github.com/terzinnorbert",
"role": "Contributor"
},
{
"name": "myckgoncalves (Myck Gonçalves)",
"homepage": "https://github.com/myckgoncalves",
"role": "Contributor"
},
{
"name": "rastating",
"homepage": "https://github.com/rastating",
"role": "Contributor"
},
{
"name": "Nephi.aust",
"homepage": "https://github.com/Nephiaust/",
"role": "Developer"
}
],
"require": {
"php": "^8.2"
}
}