We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8947a2f commit 6343bbeCopy full SHA for 6343bbe
.github/workflows/ci.yaml
@@ -16,6 +16,7 @@ jobs:
16
- "8.0"
17
- "8.1"
18
- "8.2"
19
+ - "8.3"
20
steps:
21
- name: "Checkout"
22
uses: "actions/checkout@v3"
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.18.0] - 2023-12-19
10
+### Added
11
+- Support PHP 8.3
12
+
13
## [0.17.0]
14
### Added
15
- Support PHP 8.1
composer.json
@@ -42,5 +42,11 @@
42
},
43
"scripts": {
44
"test": "phpunit"
45
+ },
46
+ "config": {
47
+ "allow-plugins": {
48
+ "infection/extension-installer": true,
49
+ "ergebnis/composer-normalize": true
50
+ }
51
}
52
0 commit comments