Skip to content

Commit 0f661a6

Browse files
committed
bumped version
1 parent fde5fe2 commit 0f661a6

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "ikarusnc/dhl-api",
33
"description": "PHP library to communicate with the DHL XML Services.",
4-
"version": "2.0.3",
54
"require": {
65
"php": ">=7.1",
76
"ext-xmlwriter": "*",
@@ -18,8 +17,8 @@
1817
},
1918
"authors": [
2019
{
21-
"name": "Martins Fridenbergs",
22-
"email": "[email protected]"
20+
"name": "Ikarus",
21+
"email": "[email protected]"
2322
}
2423
]
2524
}

readme.md

Lines changed: 1 addition & 3 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 ikarusnc/dhl-api
1212
```
1313

1414
Package requires a php min version of 7.1, however it has has been developed and tested on php 7.2.*
@@ -47,8 +47,6 @@ Please see [CONTRIBUTING](contributing.md) for details.
4747

4848
### Security
4949

50-
If you discover any security-related issues, please email [[email protected]](mailto:[email protected]) instead of using the issue tracker.
51-
5250
## License
5351

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

0 commit comments

Comments
 (0)