From 5dd72cc0ee08dbdeab331f5220d0e9bf03150328 Mon Sep 17 00:00:00 2001 From: Jeremy Lindblom Date: Thu, 25 Apr 2019 11:40:59 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b0576..33e5f27 100644 --- a/README.md +++ b/README.md @@ -133,5 +133,9 @@ Don't use this in production, or really anywhere. It's just for fun. :smile: If you want to use a production-quality _microframework_, try one of these: * [Slim](http://www.slimframework.com/) -* [Silex](http://silex.sensiolabs.org/) -* [Lumen](http://lumen.laravel.com/) _(new)_ +* [Lumen](http://lumen.laravel.com/) +* Zend [Diactoros](https://docs.zendframework.com/zend-diactoros/) or [Expressive](https://docs.zendframework.com/zend-expressive/) + +## Is there a PHP 7 Version? + +Not yet. Waiting for 7.4 with shorthand closures before I attempt anything.