Skip to content

Commit

Permalink
Update composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Nov 18, 2021
1 parent a14bfa1 commit dbac64b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ It appears each region has its own version, so this will not work for any other

## Requirements
- PHP >= 7.4
- CURL PHP extension
- CURL and JSON PHP extensions
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"homepage": "https://github.com/datalinx/dpd-php-sdk",
"autoload": {
"psr-4": {
"DataLinx\\DPD\\": "src/"
"DataLinx\\DPD\\": "src/",
"DataLinx\\DPD\\Tests\\": "tests/"
}
},
"require": {
"php": ">=7.4",
"ext-curl": "*"
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
19 changes: 10 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbac64b

Please sign in to comment.