1.1.2 - Bumped dependencies
Validate / validate_package (push) Successful in 10s
Details
Validate / validate_package (push) Successful in 10s
Details
parent
b8a8276423
commit
64e6b7cd52
|
@ -3,6 +3,9 @@ All notable changes to this package will be documented in this file
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 1.1.2 - 2023-09-01
|
||||||
|
- Bumped dependencies [patch]
|
||||||
|
|
||||||
## 1.1.1 - 2023-05-28
|
## 1.1.1 - 2023-05-28
|
||||||
- Hotfix: fix `slevomat-coding-standard` ruleset [patch]
|
- Hotfix: fix `slevomat-coding-standard` ruleset [patch]
|
||||||
|
|
||||||
|
|
|
@ -20,12 +20,12 @@
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"phpcompatibility/php-compatibility": "^9.3",
|
"phpcompatibility/php-compatibility": "^9.3",
|
||||||
"sirbrillig/phpcs-variable-analysis": "^2.11",
|
"sirbrillig/phpcs-variable-analysis": "^2.11",
|
||||||
"slevomat/coding-standard": "^8.12",
|
"slevomat/coding-standard": "^8.13",
|
||||||
"squizlabs/php_codesniffer": "^3.7"
|
"squizlabs/php_codesniffer": "^3.7"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"enlightn/security-checker": "^1.10",
|
"enlightn/security-checker": "^1.10",
|
||||||
"ergebnis/composer-normalize": "^2.31"
|
"ergebnis/composer-normalize": "^2.35"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
|
|
Loading…
Reference in New Issue