From 0226e0ca0dc70f9a0310b3eef045ee1c1e0ca3ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2022 20:00:46 +0300 Subject: split into a separate repo --- .../src/ServerRequestFactoryInterface.php | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vendor/psr/http-factory/src/ServerRequestFactoryInterface.php (limited to 'vendor/psr/http-factory/src/ServerRequestFactoryInterface.php') diff --git a/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php b/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php new file mode 100644 index 0000000..9fe031a --- /dev/null +++ b/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php @@ -0,0 +1,24 @@ +