Skip to content

Commit 3056a87

Browse files
authored
DXE-1695 Merge pull request #48 from akamai/release/2.0.0
Release 2.0.0
2 parents a368473 + 759b285 commit 3056a87

File tree

83 files changed

+4543
-18435
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+4543
-18435
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ composer.phar
33
vendor/
44
build/
55
akamai-open-edgegrid-client*.phar
6+
.phpunit.result.cache
7+
.php-cs-fixer.cache
68

79
### IntelliJ ###
810
*.iml

.scrutinizer.yml

-25
This file was deleted.

.travis.yml

-66
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.0.0
2+
---
3+
[18 Oct, 2022]
4+
* Upgrade to php 8.1
5+
* Upgrade to Guzzle 7.5, Monolog 2.0
6+
* Upgrade to akamai-open/edgegrid-auth 2.0.0
7+
18
1.0.0
29
---
310
[01 Sep, 2017]

0 commit comments

Comments
 (0)