Skip to content

Commit

Permalink
Update PHP version in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Aug 13, 2024
1 parent 88516bc commit a047685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Update PHP version in `composer.json`.
- Added `PdfVersion` enumeration.
- Updated `addPageIndex()` function signature for `PdfBookmarkTrait` trait.

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"config": {
"platform": {
"php": "8.2.16"
"php": "8.2.19"
},
"optimize-autoloader": true,
"preferred-install": {
Expand All @@ -70,14 +70,14 @@
"app-psalm": "vendor/bin/psalm --config psalm.xml",
"app-phpstan": "vendor/bin/phpstan analyse --configuration phpstan.neon --memory-limit 2G -v",
"app-rector": "vendor/bin/rector process --dry-run --config rector.php",
"app-tests": "vendor/bin/phpunit",
"app-test": "vendor/bin/phpunit",
"app-markdown": "markdownlint-cli2",
"app-all": [
"@app-fixer",
"@app-psalm",
"@app-phpstan",
"@app-rector",
"@app-tests",
"@app-test",
"@app-markdown"
]
}
Expand Down

0 comments on commit a047685

Please sign in to comment.