Skip to content

Commit 01088a8

Browse files
committed
fix(server-impl): removed ServerInterface::setEnvDirectory(string $path): static;
feat(packages): upgraded
1 parent b5ac86e commit 01088a8

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"react/child-process": "^0.6.5",
1010
"opis/closure": "^3.6",
1111
"symfony/console": "^6.2",
12-
"nette/utils": "^3.2"
12+
"nette/utils": "^4.0"
1313
},
1414
"require-dev": {
1515
"phpstan/phpstan": "^1.9",
16-
"symfony/var-dumper": "^5.3"
16+
"symfony/var-dumper": "^6.2"
1717
},
1818
"autoload": {
1919
"psr-4": {

Diff for: src/ServerInterface.php

-8
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ public static function create(string $host, int $port): static;
2323
*/
2424
public function setDocumentRoot(string $path): static;
2525

26-
/**
27-
* Set environment variable file directory
28-
*
29-
* @param string $path
30-
* @return $this
31-
*/
32-
public function setEnvDirectory(string $path): static;
33-
3426
/**
3527
* Provide a callback to be executed whenever new request is received
3628
*

0 commit comments

Comments
 (0)