Skip to content

Commit 2184184

Browse files
committed
[breaking] require PHP 7.2
1 parent cfb7415 commit 2184184

File tree

3 files changed

+475
-454
lines changed

3 files changed

+475
-454
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1414
* Added ability to search the following API endpoints: list users, list servers, and list locations.
1515
* Add support for finding a user by external ID using `/api/application/users/external/<id>` or by passing it as the search term when listing all users.
1616

17+
### Changed
18+
* PHP 7.2 is now the minimum required version for this software.
19+
1720
## v0.7.0-rc.2 (Derelict Dermodactylus)
1821
### Fixed
1922
* `[rc.1]` — Fixes exception thrown when revoking user sessions.

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.0",
14+
"php": ">=7.2",
1515
"ext-mbstring": "*",
1616
"ext-pdo_mysql": "*",
1717
"ext-zip": "*",
@@ -81,9 +81,6 @@
8181
},
8282
"prefer-stable": true,
8383
"config": {
84-
"platform": {
85-
"php": "7.0"
86-
},
8784
"preferred-install": "dist",
8885
"sort-packages": true,
8986
"optimize-autoloader": true

0 commit comments

Comments
 (0)