File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments