Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Jan 16, 2024
1 parent f350376 commit 0208418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 9.0.0 (2024)
## 9.0.0 (2024-01-16)

### BC breaks

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Request API in order to validate and filter input values.
Build status
------------

[![Build Status](https://secure.travis-ci.org/stubbles/stubbles-input.png)](http://travis-ci.org/stubbles/stubbles-input)
[![Coverage Status](https://coveralls.io/repos/stubbles/stubbles-input/badge.png?branch=master)](https://coveralls.io/r/stubbles/stubbles-input?branch=master)
![Tests](https://github.com/stubbles/stubbles-input/workflows/Tests/badge.svg)

[![Latest Stable Version](https://poser.pugx.org/stubbles/input/version.png)](https://packagist.org/packages/stubbles/input)
[![Latest Unstable Version](https://poser.pugx.org/stubbles/input/v/unstable.png)](//packagist.org/packages/stubbles/input)
Expand All @@ -23,13 +22,13 @@ _stubbles/input_ is distributed as [Composer](https://getcomposer.org/)
package. To install it as a dependency of your package use the following
command:

composer require "stubbles/input": "^8.0"
composer require "stubbles/input": "^9.0"


Requirements
------------

_stubbles/input_ requires at least PHP 7.3.
_stubbles/input_ requires at least PHP 8.2.


Request parameters
Expand Down

0 comments on commit 0208418

Please sign in to comment.