mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-08 14:52:10 -04:00
25 lines
494 B
JSON
25 lines
494 B
JSON
{
|
|
"name": "komarev/github-profile-views-counter",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Anton Komarev",
|
|
"email": "anton@komarev.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Komarev\\GitHubProfileViewsCounter\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable" : true
|
|
}
|