Skip to content

Commit

Permalink
🔀 Merge pull request #126 from mychidarko/v3.x-dev
Browse files Browse the repository at this point in the history
Update Leaf
  • Loading branch information
mychidarko authored May 29, 2022
2 parents a30e44e + 114f653 commit db12ff0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
30 changes: 23 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
<!-- markdownlint-disable no-inline-html -->
<p align="center">
<br><br>
<img src="https://leafphp.dev/logo-circle.png" height="100"/>
<br><br>
<br><br>
<img src="https://leafphp.dev/logo-circle.png" height="100"/>
<br>
</p>

# Leaf 3
<h1 align="center">Leaf 3</h1>

[![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)
<p align="center">
<a href="https://packagist.org/packages/leafs/leaf"
><img
src="https://poser.pugx.org/leafs/leaf/v/stable"
alt="Latest Stable Version"
/></a>
<a href="https://packagist.org/packages/leafs/leaf"
><img
src="https://poser.pugx.org/leafs/leaf/downloads"
alt="Total Downloads"
/></a>
<a href="https://packagist.org/packages/leafs/leaf"
><img
src="https://poser.pugx.org/leafs/leaf/license"
alt="License"
/></a>
</p>
<br />
<br />

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.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit db12ff0

Please sign in to comment.