Skip to content

Commit a62f94e

Browse files
authored
Merge pull request #6 from derrabus/bump/slevomat-cs
Doctrine CS 10, Slevomat CS 8
2 parents 6ab1f5a + 1395697 commit a62f94e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.phpunit.result.cache
12
composer.lock
23
phpcs.log
34
vendor

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ Docker
6464

6565
Used Code Styles
6666
================
67-
- Symfony2 https://github.com/djoos/Symfony2-coding-standard
6867
- Slevomat https://github.com/slevomat/coding-standard
69-
68+
- Doctrine https://github.com/doctrine/coding-standard

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
},
2020
"require": {
2121
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
22-
"doctrine/coding-standard": "^9.0",
23-
"slevomat/coding-standard": "^7.0",
24-
"squizlabs/php_codesniffer": "^3.4"
22+
"doctrine/coding-standard": "^10.0",
23+
"slevomat/coding-standard": "^8.4",
24+
"squizlabs/php_codesniffer": "^3.7"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^9.0"
27+
"phpunit/phpunit": "^9.5"
2828
},
2929
"scripts": {
3030
"tests": [
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "5.0-dev"
39+
"dev-master": "6.0-dev"
4040
}
4141
},
4242
"config": {

0 commit comments

Comments
 (0)