Skip to content

Commit 76ac9ed

Browse files
committed
Merge branch 'release/2.0.1'
2 parents 323edaa + 0d6f7e7 commit 76ac9ed

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.1] - 2023-05-18
6+
7+
### <!-- 08 -->Miscellaneous Tasks
8+
9+
- Bump dependencies lowest version
10+
- Remove deprecated `phpcs` rules
11+
512
## [2.0.0] - 2023-05-18
613

714
### <!-- 07 -->Continuous Integrations

composer.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,19 @@
2626
"omnipay/common": "^3.1",
2727
"php-http/message-factory": "^1.1",
2828
"symfony/http-client": "^6.2",
29-
"symfony/http-foundation": "^6.0"
29+
"symfony/http-foundation": "^6.2"
3030
},
3131
"require-dev": {
32-
"nekofar/dev-tools": "^1.1",
32+
"nekofar/dev-tools": "^2.2",
3333
"omnipay/tests": "^4.1",
34-
"phpstan/phpstan-beberlei-assert": "^0.12.6",
35-
"phpstan/phpstan-phpunit": "^0.12.22",
36-
"phpstan/phpstan-strict-rules": "^0.12.11",
37-
"phpunit/phpunit": "^9.6"
34+
"phpstan/phpstan": "^1.10",
35+
"phpstan/phpstan-beberlei-assert": "^1.1",
36+
"phpstan/phpstan-phpunit": "^1.3",
37+
"phpstan/phpstan-strict-rules": "^1.5",
38+
"phpunit/phpunit": "^9.6",
39+
"squizlabs/php_codesniffer": "^3.7",
40+
"nekofar/coding-standard": "^2.0",
41+
"slevomat/coding-standard": "^7.0"
3842
},
3943
"minimum-stability": "dev",
4044
"prefer-stable": true,

phpcs.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@
2828
<exclude-pattern>/node_modules/*</exclude-pattern>
2929

3030
<rule ref="NekofarCodingStandard">
31-
<exclude name="SlevomatCodingStandard.Classes.RequireAbstractOrFinal" />
3231
</rule>
3332
</ruleset>

0 commit comments

Comments
 (0)