Skip to content

Commit 30ff134

Browse files
chore(main): release 0.9.0 (#10)
* 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]>
1 parent 062a360 commit 30ff134

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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

9-
### Changed
10-
- Minimum requirements PHP 8.1
9+
### Features
10+
11+
* Update to PHP 8.1+
12+
* Support Symfony 6 and 7
1113

1214
## [0.8.0] - 2023-02-10
1315

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"psr-4": {
2626
"Strata\\Data\\": "src/"
2727
},
28-
"exclude-from-classmap": ["/tests/"]
28+
"exclude-from-classmap": [
29+
"/tests/"
30+
]
2931
},
3032
"require-dev": {
3133
"phpunit/phpunit": "^10.5",
@@ -34,10 +36,10 @@
3436
"roave/security-advisories": "dev-latest"
3537
},
3638
"scripts": {
37-
"phpcs": [
39+
"phpcs": [
3840
"./vendor/bin/phpcs"
3941
],
40-
"phpcbf": [
42+
"phpcbf": [
4143
"./vendor/bin/phpcbf"
4244
],
4345
"phpunit": [
@@ -54,7 +56,6 @@
5456
"config": {
5557
"allow-plugins": false
5658
},
57-
5859
"extra": {
5960
"symfony": {
6061
"allow-contrib": false,

0 commit comments

Comments
 (0)