Skip to content

Commit bc9696f

Browse files
committed
Fixing PHPStan rule
1 parent 1e9a23b commit bc9696f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"thecodingmachine/safe": "^0.1.11"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^7.1",
18+
"phpunit/phpunit": "^7.5.2",
1919
"php-coveralls/php-coveralls": "^2.1",
20-
"squizlabs/php_codesniffer": "^3.2"
20+
"squizlabs/php_codesniffer": "^3.4"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)