Skip to content

Commit

Permalink
Merge pull request #25 from clickalicious/develop
Browse files Browse the repository at this point in the history
Updated readme to match latest changes to the code base.
  • Loading branch information
clickalicious UG authored Mar 10, 2017
2 parents 79a6c2a + bbef5cc commit 55f703e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ The secure **Pseudo Random Number Generator** `PRNG` for PHP.
## Features

- High performance (developed using a profiler)
- Lightweight and high-quality codebase (following PSR standards e.g. `PSR-0,1,4`)
- Lightweight and high-quality codebase (following PSR standards e.g. `PSR-1,2,4`)
- Secure `PRNG` implementation (64-Bit support)
- OOP facade to PHP core functionality
- PHP 7.0 & HHVM ready
- PHP > `5.6` up to `7.2` & `HHVM` ready
- Stable, clean + well documented code
- Unit-tested with a good coverage

Expand Down Expand Up @@ -71,7 +71,7 @@ You can create a visualization of randomization (as you can see below but larger

## Requirements

- `PHP >= 5.4` (compatible up to version 5.6 as well as 7.x and HHVM)
- `PHP >= 5.6` (compatible up to version `7.2` as well as `HHVM`)


## Philosophy
Expand Down

0 comments on commit 55f703e

Please sign in to comment.