forked from antonkomarev/github-profile-views-counter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.04 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
{
"name": "komarev/github-profile-views-counter",
"description": "GitHub Profile views counter. Free cloud & self-hosted solution.",
"type": "project",
"license": "MIT",
"keywords": [
"github",
"github-profile",
"github-counter",
"views-counter",
"visitor-counter",
"views-counter"
],
"authors": [
{
"name": "Anton Komarev",
"email": "anton@komarev.com",
"homepage": "https://komarev.com",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Contracts\\Komarev\\GitHubProfileViewsCounter\\": "contracts/",
"Komarev\\GitHubProfileViewsCounter\\": "src/"
}
},
"require": {
"php": "^7.4",
"badges/poser": "^2.3",
"vlucas/phpdotenv": "^5.0",
"webmozart/assert": "^1.9"
},
"suggest": {
"ext-pdo": "*"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable" : true
}