From 7c8aea659ea53dcdeb12c0e5b9849272b5f5daf7 Mon Sep 17 00:00:00 2001 From: davidbyoung Date: Sun, 20 Feb 2022 11:37:17 -0600 Subject: [PATCH] Fixed build badge, updated required version of PHP in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 685c97e1..d7513263 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Opulence -[![Build Status](https://travis-ci.com/opulencephp/Opulence.svg)](https://travis-ci.com/opulencephp/Opulence) + [![Latest Stable Version](https://poser.pugx.org/opulence/opulence/v/stable.svg)](https://packagist.org/packages/opulence/opulence) [![Latest Unstable Version](https://poser.pugx.org/opulence/opulence/v/unstable.svg)](https://packagist.org/packages/opulence/opulence) [![License](https://poser.pugx.org/opulence/opulence/license.svg)](https://packagist.org/packages/opulence/opulence) @@ -18,7 +18,7 @@ composer create-project opulence/project --prefer-dist For complete documentation, visit the official website. ## Requirements -* PHP 7.3 +* PHP >= 7.3 * OpenSSL * mbstring