Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdgeijn committed Aug 30, 2022
1 parent cf6f8bf commit de55627
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ automation of our own DirectAdmin servers, and the existing implementations were

[API documentation for this project is automatically generated on each push](https://mvdgeijn.github.io/directadmin/api/).

## Changed / Added

- Creation of Login Keys
- Added requesting of Database users

## Installation

[![Packagist](https://img.shields.io/packagist/v/mvdgeijn/directadmin.svg)](https://packagist.org/packages/mvdgeijn/directadmin)
Expand All @@ -34,8 +29,8 @@ If you're not familiar with `composer` follow the installation instructions for

## Dependencies

The library uses [Guzzle 6](https://github.com/guzzle/guzzle) as its HTTP communication layer. PHP versions supported
are 5.6, 7.0, 7.1 and hhvm.
The library uses [Guzzle 7](https://github.com/guzzle/guzzle) as its HTTP communication layer. PHP versions supported
are 7.0, 7.1, 8.0, 8.1 and hhvm.

## Basic usage

Expand Down

0 comments on commit de55627

Please sign in to comment.