Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Better Dependabot support in composer manifest #30

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "library",
"description": "Duffel API library for PHP",
"keywords": ["duffel", "flights", "flights-api", "travel"],
"homepage": "https://duffel.com",
"homepage": "https://github.com/duffelhq/duffel-api-php",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -37,10 +37,19 @@
"ergebnis/phpstan-rules": "^1.0",
"vimeo/psalm": "^4.23"
},
"support": {
"email": "[email protected]",
"source": "https://github.com/duffelhq/duffel-api-php.git"
},
"autoload": {
"psr-4": { "Duffel\\": "src/Duffel/" }
},
"autoload-dev": {
"psr-4": { "Duffel\\Tests\\": "tests/Duffel/Tests/"}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
Loading