Skip to content

Commit

Permalink
OXDEV-7753 Drop php 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kenariosz committed Jul 25, 2024
1 parent 8670001 commit 47954cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Change Log for OXID Twig admin theme

## v2.5.0 - Unreleased
## v2.5.0 - Unreleased

### Fixed
- Fix malformed html structure, inline css/js [#0006471](https://bugs.oxid-esales.com/view.php?id=6471)
- Fix shop role template usage example

### Removed
- PHP v8.1 support

## v2.4.0 - 2024-03-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"homepage": "https://www.oxid-esales.com",
"require": {
"php": ">=8.0",
"php": ">=8.2",
"oxid-esales/twig-component": "*"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 47954cb

Please sign in to comment.