Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7e5b9e0

Browse files
author
DKravtsov
committed
updated composer dependencies
1 parent 2f28620 commit 7e5b9e0

File tree

19 files changed

+2220
-6065
lines changed

19 files changed

+2220
-6065
lines changed

‎.php_cs.dist‎ renamed to ‎.php-cs-fixer.dist.php‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22

33
// https://mlocati.github.io/php-cs-fixer-configurator/
4-
return PhpCsFixer\Config::create()
4+
$finder = PhpCsFixer\Finder::create()->in(__DIR__)->exclude('somedir');
5+
6+
return (new PhpCsFixer\Config())
57
->setRules([
68
'@PSR12' => true,
79
'array_syntax' => ['syntax' => 'short'],
@@ -27,5 +29,4 @@
2729
'not_operator_with_successor_space' => false,
2830
'single_line_throw' => false,
2931

30-
])
31-
;
32+
])->setFinder($finder);

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"mockery/mockery": "^1.0",
4444
"neronmoon/scriptsdev": "^0.1",
4545
"nunomaduro/collision": "^3.0",
46-
"roave/security-advisories": "dev-master"
46+
"roave/security-advisories": "dev-latest"
4747
},
4848
"config": {
4949
"optimize-autoloader": true,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /