Skip to content

Commit bbe748e

Browse files
committed
chore: knotsphp/system to stable
1 parent f5a6b6c commit bbe748e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ It also provides a command line utility: `flushdns`.
1313

1414
Compatible with MacOS, Linux, and Windows.
1515

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

2218
```bash

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"minimum-stability": "stable",
2727
"require": {
2828
"php": "^8.2",
29-
"knotsphp/system": "dev-main"
29+
"knotsphp/system": "^1.0"
3030
},
3131
"require-dev": {
3232
"laravel/pint": "^1.18",

src/FlushDNS.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace KnotsPHP\FlushDNS;
44

55
use KnotsPHP\FlushDNS\Exceptions\OperatingSystemNotSupported;
6-
use KnotsPHP\System\Contracts\OperatingSystem as OperatingSystemContract;
6+
use KnotsPHP\System\Contracts\OperatingSystemContract;
77
use KnotsPHP\System\Enums\OperatingSystem;
88
use KnotsPHP\System\System;
99

0 commit comments

Comments
 (0)