Skip to content

Commit 33b6538

Browse files
committed
Updated deps
1 parent 56e0a07 commit 33b6538

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ return PhpCsFixer\Config::create()
3535
'psr4' => true,
3636
'strict_comparison' => true,
3737
'strict_param' => true,
38+
'native_function_invocation' => ['include' => ['@compiler_optimized']],
3839
)
3940
)
4041
->setFinder(

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"symfony/options-resolver": "^3.0|^4.0"
1919
},
2020
"require-dev": {
21-
"friendsofphp/php-cs-fixer": "^2.6",
21+
"friendsofphp/php-cs-fixer": "^2.12",
2222
"phpunit/phpunit": "^5.7.27",
2323
"php-coveralls/php-coveralls": "^2.1"
2424
},

0 commit comments

Comments
 (0)