Skip to content

Commit

Permalink
Merge branch 'php8.0-support' into 'master'
Browse files Browse the repository at this point in the history
Enabled PHP 8.0 support

See merge request transip/restapi-php-library!129
  • Loading branch information
samihsoylu committed Feb 15, 2021
2 parents 967a26f + f90a234 commit 05317c6
Show file tree
Hide file tree
Showing 4 changed files with 981 additions and 517 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

6.6.1
-----
* Enabled PHP 8.0 support

6.6.0
-----
* Added VPS license resource
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.2.0",
"php": "^7.2.0|^8.0",
"symfony/cache": "^3.4|^4.4|^5.0",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.3|^7.0",
"ext-json": "*",
"ext-openssl": "*"
},
Expand Down
Loading

0 comments on commit 05317c6

Please sign in to comment.