Skip to content
Snippets Groups Projects
Unverified Commit 5e6a05e6 authored by Woody Gilk's avatar Woody Gilk
Browse files

Require PHP 8.x

parent 3d252d34
No related branches found
No related tags found
No related merge requests found
# Changelog
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).
## [2.0.0] - 2023-10-21
- Require PHP 8.x and PHPUnit 10.x #47
## [1.1.0] - 2023-10-21
- Final release that supports PHP 7.x.
## [1.0.0] - 2023-10-10
- Add tests for streams #39
......@@ -12,13 +12,13 @@
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
"homepage": "https://www.php-fig.org/"
}
],
"require": {
"php": "^7.1 || ^8.0",
"php": "^8.0",
"psr/http-factory": "^1.0",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment