Skip to content

Commit 0f06214

Browse files
committed
Update readme
1 parent bc44169 commit 0f06214

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# PHP Base exception
22

3+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?style=flat-square)](https://php.net/)
4+
[![Build Status](https://travis-ci.org/adlacruzes/php-base-exception.svg?branch=master)](https://travis-ci.org/adlacruzes/php-base-exception)
5+
36
PHP base exception is a library that provides exceptions with a default message and a custom value in an easy way.
47

5-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg?style=flat-square)](https://php.net/)
6-
[![Build Status](https://travis-ci.org/adlacruzes/php-base-exception.svg?branch=master)](https://travis-ci.org/adlacruzes/php-base-exception)
78

89
## Requirements
9-
PHP needs to be a minimum version of PHP 7.0.
10+
PHP needs to be a minimum version of PHP 7.2.
1011

1112
## Installation
1213

0 commit comments

Comments
 (0)