Skip to content

Commit

Permalink
Merge branch 'php8.1-compatibility' into 'master'
Browse files Browse the repository at this point in the history
Updated dependencies

See merge request transip/restapi-cli-client!141
  • Loading branch information
samihsoylu committed Jan 4, 2022
2 parents a071fe8 + a6117db commit 2359685
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 470 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.12.1
-----
* Fixed a json serializable return datatype deprecation that occurred when running on PHP 8.1

6.12.0
-----
* Added OpenStack resource commands
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@
"email": "[email protected]"
}
],
"config": {
"platform": {
"php": "7.2"
}
},
"minimum-stability": "stable",
"require": {
"php": "^7.2.0|^8.0",
"ext-json": "*",
"symfony/console": "^4.3",
"symfony/finder": "^4.3",
"symfony/filesystem": "^4.3",
"transip/transip-api-php": "^6.12.0",
"transip/transip-api-php": "^6.12.1",
"symfony/yaml": "^4.3",
"webmozart/path-util": "^2.3"
},
Expand Down
Loading

0 comments on commit 2359685

Please sign in to comment.