Skip to content

Commit

Permalink
Enabled PHP8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
samihsoylu committed Feb 15, 2021
1 parent 751f833 commit 7f06495
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 264 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 commands
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.2.0",
"php": "^7.2.0|^8.0",
"ext-json": "*",
"symfony/console": "^4.3",
"symfony/finder": "^4.3",
Expand Down
Loading

0 comments on commit 7f06495

Please sign in to comment.