Skip to content

Commit

Permalink
Merge pull request #4 from lordelph/php8
Browse files Browse the repository at this point in the history
updated composer to allow php 8
  • Loading branch information
lordelph authored May 9, 2022
2 parents 1bdbbd7 + f4aea22 commit 23b8d36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to `php-sip2` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 2.1.1 - 2022-05-09

### Changed
- Updated composer.json to allow php8 as test suite passes without modification

## 2.1.0 - 2021-09-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "~7.0",
"php": "~7.0|~8.0",
"clue/socket-raw": "^1.3",
"psr/log": "^1.0"
},
Expand Down

0 comments on commit 23b8d36

Please sign in to comment.