Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Fureev Eugene committed Feb 24, 2023
1 parent 9cef54d commit 2c19bca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].

## v4.17.0

### Added

- Add support `PHP 8.2`

### Removed

- Remove support `PHP 8.0`

## v4.16.0

### Added
Expand All @@ -26,16 +36,6 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher

- Add method `Number::isInteger` Allows you to determine whether the $value is an integer or not

## v4.15.0

### Added

- Add support `PHP 8.2`

### Removed

- Remove support `PHP 8.0`

## v4.13.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP Support

![](https://img.shields.io/badge/php-8.0|8.1|8.2-blue.svg)
![](https://img.shields.io/badge/php-8.1|8.2-blue.svg)
![PHP Package](https://github.com/efureev/php-support/workflows/PHP%20Package/badge.svg?branch=master)
[![Build Status](https://travis-ci.org/efureev/php-support.svg?branch=master)](https://travis-ci.org/efureev/php-support)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a53fb85fd1ab46169758e10dd2d818cb)](https://app.codacy.com/app/efureev/php-support?utm_source=github.com&utm_medium=referral&utm_content=efureev/php-support&utm_campaign=Badge_Grade_Settings)
Expand All @@ -12,7 +12,7 @@

## Install

For php >= 8.0 (8.1, 8.2)
For php >= 8.1 (8.1, 8.2)

```bash
composer require efureev/support "^4.16"
Expand Down

0 comments on commit 2c19bca

Please sign in to comment.