Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Dec 5, 2024
1 parent d3d8f35 commit a36f3ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.1.0] - 2024-12-05

### Changes

- Catch exceptions from `Composer::satisfies` potentially thrown during `discoveries()` method calls, by [\@aidan-casey](https://github.com/aidan-casey) in [\#7](https://github.com/psr-discovery/discovery/pull/7).
- Bumped minimum PHP version to 8.2

## [1.0.2] - 2023-03-27

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"homepage": "https://github.com/psr-discovery/discovery",
"require": {
"php": "^8.1",
"php": "^8.2",
"composer/semver": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit a36f3ed

Please sign in to comment.