Skip to content

Commit 84a8a91

Browse files
Andreas Frömericanhazstring
authored andcommitted
Update readme and changelog
1 parent 2243b99 commit 84a8a91

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.8.0] - TBA
4+
### Changed
5+
- Dropped support for php7.2
6+
- Dropped support for `symfony/process:^4.4`
7+
38
## [0.7.1] - 2020-05-27
49
### Added
510
- Added `Scope` unit ([#32](https://github.com/icanhazstring/systemctl-php/pull/32)) (thanks to [@peter279k](https://github.com/peter279k))

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ $ composer require icanhazstring/systemctl-php
99
```
1010

1111
## Current supported units
12-
- service
13-
- timer
14-
- socket
12+
See [Units](src/Unit)
1513

1614
> If you like to add support for more units, feel free to grab an issue and contribute.
1715
@@ -57,7 +55,7 @@ $systemCtl->getService('nginx')->stop();
5755
```
5856

5957
# How to Contribute
60-
Simply clone the repo and install using `composer`
58+
Clone the repo and install using `composer`
6159

6260
```bash
6361
$ composer install

0 commit comments

Comments
 (0)