Skip to content

Commit

Permalink
Add PHP 8.2+ and Symfony 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridrich committed Dec 9, 2023
1 parent d4e515a commit 663a0f1
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 755 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/travis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
php-versions:
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3
name: PHP ${{ matrix.php-versions }} test

steps:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.0.1

- Add support only PHP >=8.1
- Add support for Symfony 7.0
- Drop support by older PHP versions

## v2.0.0

### Added
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
}
],
"require": {
"php": "^7.4|^8.0"
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^9",
"symfony/http-foundation": "^4.4|^5.0|^6.0"
"phpunit/phpunit": "^10",
"symfony/http-foundation": "^4.4|^5.0|^6.0|^7.0"
},
"suggest": {
"symfony/http-foundation": "Allows you to get prepared Symfony response."
Expand Down
Loading

0 comments on commit 663a0f1

Please sign in to comment.