Skip to content

Commit

Permalink
Fixed build badge, updated required version of PHP in README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung committed Feb 20, 2022
1 parent a794984 commit 7c8aea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Opulence
[![Build Status](https://travis-ci.com/opulencephp/Opulence.svg)](https://travis-ci.com/opulencephp/Opulence)
<a href="https://github.com/opulencephp/Opulence/actions"><img src="https://github.com/opulencephp/Opulence/workflows/ci/badge.svg"></a>
[![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)
Expand All @@ -18,7 +18,7 @@ composer create-project opulence/project --prefer-dist
For complete documentation, <a href="https://www.opulencephp.com" target="_blank">visit the official website</a>.

## Requirements
* PHP 7.3
* PHP >= 7.3
* OpenSSL
* mbstring

Expand Down

0 comments on commit 7c8aea6

Please sign in to comment.