Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteDevSolution committed Mar 5, 2021
2 parents c6a55ec + 84137c6 commit 67c00ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "elitedevsolution/dhl-api",
"name": "elitedevsolution/laravel-dhl-api",
"description": "PHP library to communicate with the DHL XML Services.",
"require": {
"php": ">=7.0"
Expand Down
16 changes: 2 additions & 14 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Package should be installed through composer:

```bash
composer require mtcmedia/dhl-api
composer require elitedevsolution/laravel-dhl-api
```

Package requires a php min version of 7.0, however it has has been developed and tested on php 7.2.*
Expand All @@ -30,19 +30,7 @@ DHL XML Services Test server for customer certification: https://xmlpitest-ea.dh

[Shipment Requests (v6.2)](docs/shipment.md)

[Pickup Request (v1.0)](docs/pickup.md)
[Pickup Request (v3.0)](docs/pickup.md)

[Tracking Requests (v1.0)](docs/tracking.md)


## Contributing

Please see [CONTRIBUTING](contributing.md) for details.

### Security

If you discover any security-related issues, please email [opensource@mtcmedia.co.uk](mailto:opensource@mtcmedia.co.uk) instead of using the issue tracker.

## License

The package is provided under MIT License. Please see [License File](license.md) for more information.

0 comments on commit 67c00ba

Please sign in to comment.