Skip to content

Commit

Permalink
chore: knotsphp/system to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Dec 24, 2024
1 parent f5a6b6c commit bbe748e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ It also provides a command line utility: `flushdns`.

Compatible with MacOS, Linux, and Windows.

> ⚠️ **Warning:** Library in active development.
> Follow me on [Twitter](https://twitter.com/srwiez) or [BlueSky](https://bsky.app/profile/srwiez.com) for updates.
> You can also put a star and watch the repo in the meantime.
## 🚀 Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"minimum-stability": "stable",
"require": {
"php": "^8.2",
"knotsphp/system": "dev-main"
"knotsphp/system": "^1.0"
},
"require-dev": {
"laravel/pint": "^1.18",
Expand Down
2 changes: 1 addition & 1 deletion src/FlushDNS.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace KnotsPHP\FlushDNS;

use KnotsPHP\FlushDNS\Exceptions\OperatingSystemNotSupported;
use KnotsPHP\System\Contracts\OperatingSystem as OperatingSystemContract;
use KnotsPHP\System\Contracts\OperatingSystemContract;
use KnotsPHP\System\Enums\OperatingSystem;
use KnotsPHP\System\System;

Expand Down

0 comments on commit bbe748e

Please sign in to comment.