mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-05-13 03:11:57 -04:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"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|^8.0",
|
|
"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
|
|
}
|