Skip to content

Commit 866e5e2

Browse files
committed
Drop safe
1 parent 01ad22d commit 866e5e2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bin/serve.php

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
use Phpactor\LanguageServer\Middleware\ResponseHandlingMiddleware;
4444
use Phpactor\LanguageServer\Service\DiagnosticsService;
4545
use Psr\Log\AbstractLogger;
46-
use function Safe\fopen;
4746

4847
require __DIR__ . '/../vendor/autoload.php';
4948

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.0",
12+
"php": "^8.1",
1313
"amphp/socket": "^1.1",
1414
"dantleech/argument-resolver": "^1.1",
1515
"dantleech/invoke": "^2.0",
1616
"phpactor/language-server-protocol": "^3.17",
1717
"psr/event-dispatcher": "^1.0",
1818
"psr/log": "^1.0",
19-
"ramsey/uuid": "^4.0",
20-
"thecodingmachine/safe": "^1.1"
19+
"ramsey/uuid": "^4.0"
2120
},
2221
"require-dev": {
2322
"amphp/phpunit-util": "^1.3",

0 commit comments

Comments
 (0)