Skip to content

Commit

Permalink
Removed changes due to missinformation.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed Jun 6, 2021
1 parent 7c7f38b commit 34d193c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,3 @@ Exception classes commonly used in Jitesoft php projects.
All the exception classes implements a toArray method and implements the JsonSerializable interface.
The structure of the classes is supposed to be as logic as possible. If anything seems off, please post a issue or make a pull-request.
No Exceptions will be moved or renamed without a new major version release.

## Good to know!

The master branch (and versions above and equal to 3.x) requires php 7.4.2 or greater. The `v2` branch will although be
maintained with new exceptions just as with the other branches, while they will not be able to make use of the latest
php features which v3+ requires.

## Changes

#### 3.0.0

* Bumped minimum version of php to 7.4.2

#### 2.0.0

* All namespaces have had the `Exception` part of their name removed.

0 comments on commit 34d193c

Please sign in to comment.