Skip to content

Commit

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

## 9.?.? (2020-??-??)
## 9.0.0 (2024-01-15)

### BC breaks

Expand All @@ -10,6 +10,7 @@
### Other changes

* provide more specific types where applicable
* removed usage of deprecated features in dependencies

## 8.0.0 (2019-12-17)

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Build status
------------

[![Tests](https://github.com/stubbles/stubbles-xml/workflows/Tests/badge.svg)](https://github.com/stubbles/stubbles-xml/actions?query=workflow%3ATests)
[![Coverage Status](https://coveralls.io/repos/github/stubbles/stubbles-xml/badge.svg?branch=master)](https://coveralls.io/github/stubbles/stubbles-xml?branch=master)

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

composer require "stubbles/xml": "^7.0"
composer require "stubbles/xml": "^9.0"


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

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

0 comments on commit 22240bc

Please sign in to comment.