Skip to content

Commit 67c00ba

Browse files
2 parents c6a55ec + 84137c6 commit 67c00ba

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "elitedevsolution/dhl-api",
2+
"name": "elitedevsolution/laravel-dhl-api",
33
"description": "PHP library to communicate with the DHL XML Services.",
44
"require": {
55
"php": ">=7.0"

readme.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Package should be installed through composer:
99

1010
```bash
11-
composer require mtcmedia/dhl-api
11+
composer require elitedevsolution/laravel-dhl-api
1212
```
1313

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

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

33-
[Pickup Request (v1.0)](docs/pickup.md)
33+
[Pickup Request (v3.0)](docs/pickup.md)
3434

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

37-
38-
## Contributing
39-
40-
Please see [CONTRIBUTING](contributing.md) for details.
41-
42-
### Security
43-
44-
If you discover any security-related issues, please email [opensource@mtcmedia.co.uk](mailto:opensource@mtcmedia.co.uk) instead of using the issue tracker.
45-
46-
## License
47-
48-
The package is provided under MIT License. Please see [License File](license.md) for more information.

0 commit comments

Comments
 (0)