Compare commits

..

No commits in common. "master" and "1.1.0" have entirely different histories.

3 changed files with 2 additions and 11 deletions

View File

@ -3,12 +3,6 @@ All notable changes to this package will be documented in this file
## Unreleased
## 1.1.2 - 2023-09-01
- Bumped dependencies [patch]
## 1.1.1 - 2023-05-28
- Hotfix: fix `slevomat-coding-standard` ruleset [patch]
## 1.1.0 - 2023-05-28
- Bumped PHP requirement to 8.2 and bumped Composer dependencies [minor]
- Added Forgejo test workflows [patch]

View File

@ -20,12 +20,12 @@
"php": "^8.2",
"phpcompatibility/php-compatibility": "^9.3",
"sirbrillig/phpcs-variable-analysis": "^2.11",
"slevomat/coding-standard": "^8.13",
"slevomat/coding-standard": "^8.12",
"squizlabs/php_codesniffer": "^3.7"
},
"require-dev": {
"enlightn/security-checker": "^1.10",
"ergebnis/composer-normalize": "^2.35"
"ergebnis/composer-normalize": "^2.31"
},
"config": {
"allow-plugins": {

View File

@ -80,12 +80,9 @@
<element value="static constructors"/>
<element value="constructor"/>
<element value="destructor"/>
<element value="public final methods, protected final methods"/>
<element value="public methods, protected methods, private methods"/>
<element value="public static methods, protected static methods, private static methods"/>
<element value="public static final methods, protected static final methods"/>
<element value="magic methods"/>
<element value="enum cases"/>
</property>
</properties>
</rule>