From 7e69c3a589b165d3151a4274915c339342fa6663 Mon Sep 17 00:00:00 2001 From: Michael Darko Date: Sun, 29 May 2022 19:13:43 +0000 Subject: [PATCH 1/2] :bookmark: updated dependency versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index acbcc1d..085dcb6 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,8 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "leafs/http": "^1.2", - "leafs/router": "^0.1.5", + "leafs/http": "^2.0", + "leafs/router": "^0.1.6", "leafs/anchor": "^1.2", "leafs/exception": "^3.0" }, From 114f653167fd6fb0e7ede877675ca6d8985cdd45 Mon Sep 17 00:00:00 2001 From: Michael Darko Date: Sun, 29 May 2022 19:17:53 +0000 Subject: [PATCH 2/2] :memo: updated readme --- README.md | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 674c373..377f75c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,31 @@

-

- -

+

+ +

-# Leaf 3 +

Leaf 3

-[![Latest Stable Version](https://poser.pugx.org/leafs/leaf/v/stable)](https://packagist.org/packages/leafs/leaf) -[![Total Downloads](https://poser.pugx.org/leafs/leaf/downloads)](https://packagist.org/packages/leafs/leaf) -[![License](https://poser.pugx.org/leafs/leaf/license)](https://packagist.org/packages/leafs/leaf) +

+ Latest Stable Version + Total Downloads + License +

+
+
Leaf is a PHP framework that helps you create clean, simple but powerful web apps and APIs quickly and easily. Leaf introduces a cleaner and much simpler structure to the PHP language while maintaining it's flexibility. With a simple structure and a shallow learning curve, it's an excellent way to rapidly build powerful and high performant web apps and APIs.