Files
github-profile-views-counter/composer.json
2020-07-12 01:11:04 +03:00

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
}