Skip to content

Commit 4616688

Browse files
committed
Roave packages
1 parent 4153fe5 commit 4616688

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
$finder = PhpCsFixer\Finder::create()
4-
->in(__DIR__.'/src/PHPFUI/InstaDoc')
4+
->in(__DIR__.'/src')
55
;
66

77
return PhpCsFixer\Config::create()

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@
1717
"scrivo/highlight.php": ">=9.17",
1818
"phpdocumentor/reflection-docblock": ">=3.0",
1919
"gitonomy/gitlib": "^1.2",
20-
"cebe/markdown": "^1.2"
20+
"cebe/markdown": "^1.2",
21+
"roave/you-are-using-it-wrong": "^1.8"
2122
},
2223
"autoload": {
2324
"psr-0": {"PHPFUI\\InstaDoc\\": "src/"}
2425
},
2526
"require-dev": {
2627
"phpunit/phpunit": ">=7.0",
2728
"phpfui/html-unit-tester": "^1.0",
28-
"roave/security-advisories": "dev-master",
29+
"roave/security-advisories": "dev-latest",
2930
"phpfui/phpunit-syntax-coverage": "^1.0"
3031
}
3132
}

0 commit comments

Comments
 (0)