Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#10)
Browse files Browse the repository at this point in the history
* Update to PHP 8.1+
* Support Symfony 6 and 7


---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simon R Jones <[email protected]>
  • Loading branch information
github-actions[bot] and simonrjones committed Jun 24, 2024
1 parent 062a360 commit 30ff134
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0] - TBC
## [0.9.0](https://github.com/strata/data/compare/v0.8.2...v0.9.0) (2024-06-24)

### Changed
- Minimum requirements PHP 8.1
### Features

* Update to PHP 8.1+
* Support Symfony 6 and 7

## [0.8.0] - 2023-02-10

Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"psr-4": {
"Strata\\Data\\": "src/"
},
"exclude-from-classmap": ["/tests/"]
"exclude-from-classmap": [
"/tests/"
]
},
"require-dev": {
"phpunit/phpunit": "^10.5",
Expand All @@ -34,10 +36,10 @@
"roave/security-advisories": "dev-latest"
},
"scripts": {
"phpcs": [
"phpcs": [
"./vendor/bin/phpcs"
],
"phpcbf": [
"phpcbf": [
"./vendor/bin/phpcbf"
],
"phpunit": [
Expand All @@ -54,7 +56,6 @@
"config": {
"allow-plugins": false
},

"extra": {
"symfony": {
"allow-contrib": false,
Expand Down

0 comments on commit 30ff134

Please sign in to comment.