This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from Petschko/dev
Fixes the Weak-Warning Bug & removed unused logging
- Loading branch information
Showing
5 changed files
with
64 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,10 @@ All these Persons helped to create this SDK for the DHL-API: | |
- [tobias-redmann](https://github.com/tobias-redmann) - For the `setFullStreet` method and the PHP-DHL-Example-Project for Version 1 _(This helped a lot to understand how the API works)_ | ||
|
||
|
||
## Donate | ||
|
||
If you like this Project may consider to [Donate](https://www.paypal.me/petschko). I usually do this Project in my spare time and it's completely free. So I appreciate anything, which helps the Project (Pull-Requests, Bug Report etc), these are more worth than Donations but I'm happy for every amount as well. ^.^ | ||
|
||
## Contact | ||
|
||
- You can E-Mail me if you have Questions or whatever (No Bug-Reporting please!): [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,19 @@ | |
"authors": [ | ||
{ | ||
"name": "Peter Dragicevic", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"homepage": "http://petschko.org/", | ||
"role": "developer" | ||
} | ||
], | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/Petschko/dhl-php-sdk/issues", | ||
"source": "https://github.com/Petschko/dhl-php-sdk", | ||
"docs": "http://docs.petschko.org/dhl-php-sdk/index.html" | ||
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"php": ">=7.2.0", | ||
"ext-soap": "*", | ||
"ext-mbstring": "*" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters