mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-22 13:33:40 -04:00
Add ext-pdo suggestion
This commit is contained in:
@@ -18,17 +18,20 @@
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Contracts\\Komarev\\GitHubProfileViewsCounter\\": "contracts/",
|
||||
"Komarev\\GitHubProfileViewsCounter\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"vlucas/phpdotenv": "^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Contracts\\Komarev\\GitHubProfileViewsCounter\\": "contracts/",
|
||||
"Komarev\\GitHubProfileViewsCounter\\": "src/"
|
||||
}
|
||||
"suggest": {
|
||||
"ext-pdo": "*"
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
|
||||
Reference in New Issue
Block a user