Skip to content

Commit

Permalink
Merge branch 'release/1.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed Nov 20, 2023
2 parents 7a2eacb + 6ada592 commit 62c8704
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

name: PHP ${{ matrix.php-version }}

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning(https://semver.org/spec/v2.0.0.

## Unreleased

## 1.4.0 - 2023-11-20
### Changed
- Added support for Symfony 7.0 and PHP 8.3

## 1.3.0 - 2023-10-07
### Added
- Support WeasyPrint 60.0 new option
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}
],
"require": {
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*",
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.* || 8.3.*",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/process": "^5.4 || ^6.2"
"symfony/process": "^5.4 || ^6.2 || ^7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
Expand Down

0 comments on commit 62c8704

Please sign in to comment.