Skip to content

Commit d6fecd4

Browse files
authored
chore: composer update (#2)
1 parent 60967d5 commit d6fecd4

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## v1.1.1
11+
12+
### Fixed
13+
14+
- Fix errors in `composer.lock`
15+
1016
## v1.1.0
1117

1218
### Added

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
]
5050
},
5151
"config": {
52+
"allow-plugins": {
53+
"phpstan/extension-installer": true,
54+
"ergebnis/composer-normalize": true,
55+
"infection/extension-installer": true
56+
},
5257
"platform": {
5358
"php": "7.4.24"
5459
},

composer.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)