Skip to content

Commit

Permalink
Merge pull request #12 from alleyinteractive/feature/symfony-7
Browse files Browse the repository at this point in the history
Add Symfony 7 support
  • Loading branch information
srtfisher authored Feb 24, 2025
2 parents 924e70a + 0890867 commit ba6074e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/en/1.0.0/).

## 0.7.0

### Added

- Support for Symfony 7 components.

## 0.6.0

### Added
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-psr16": "^0.1.0",
"alleyinteractive/wp-type-extensions": "^2.1",
"symfony/http-foundation": "^6.4"
"symfony/clock": "^6.4 || ^7.2",
"symfony/http-foundation": "^6.4 || ^7.2"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^2.0",
Expand Down

0 comments on commit ba6074e

Please sign in to comment.