mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-07 22:31:55 -04:00
* Add Poser badge generator * Make badge styles configurable * Make flat style as default
45 lines
1.1 KiB
JSON
45 lines
1.1 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",
|
|
"badges/poser": "^1.4",
|
|
"vlucas/phpdotenv": "^5.0",
|
|
"webmozart/assert": "^1.9"
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"suggest": {
|
|
"ext-pdo": "*"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable" : true
|
|
}
|