Skip to content

Commit

Permalink
Merge 3ab3c23 into efc0661
Browse files Browse the repository at this point in the history
  • Loading branch information
joelambert committed Oct 22, 2020
2 parents efc0661 + 3ab3c23 commit 2e85e4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

v4.4.0
- Switch from the deprecated `zendframework/zend-diactoros` to `laminas/laminas-diactoros`
- Increase minimum PHP version to 7.1

v4.3.1
- Fix errors when running PHP 7.4

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.1",
"altorouter/altorouter": "^1.1",
"mindplay/middleman": "^3.0.3",
"php-di/invoker": "^2.0.0",
"psr/container": "^1.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"spatie/macroable": "^1.0",
"zendframework/zend-diactoros": "^1.4"
"laminas/laminas-diactoros": "^2.4"
},
"require-dev": {
"php-di/php-di": "^6.0.0",
Expand Down

0 comments on commit 2e85e4b

Please sign in to comment.