Skip to content

Commit

Permalink
updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vasildakov committed Dec 26, 2023
1 parent 734f822 commit 86115b2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
"name": "vasildakov/econt",
"description": "Econt API Client",
"keywords": ["api", "econt", "ekont", "shipping"],
"homepage": "https://github.com/vasildakov/econt",
"type": "library",
"authors": [
{
"name": "Vasil Dakov",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/vasildakov/econt/issues",
"security": "https://github.com/vasildakov/econt/security/policy"
},
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
"php": ">=8.1",
"psr/http-message": "^2.0",
"psr/http-factory": "^1.0",
"psr/http-client": "^1.0",
Expand Down

0 comments on commit 86115b2

Please sign in to comment.