mirror of
https://github.com/danog/file.git
synced 2025-01-22 13:21:13 +01:00
lib → src
This commit is contained in:
parent
6b56ad783e
commit
1ca28699c7
@ -2,7 +2,7 @@
|
||||
|
||||
$config = new Amp\CodeStyle\Config();
|
||||
$config->getFinder()
|
||||
->in(__DIR__ . '/lib')
|
||||
->in(__DIR__ . '/src')
|
||||
->in(__DIR__ . '/test');
|
||||
|
||||
$cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;
|
||||
|
@ -44,9 +44,9 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Amp\\File\\": "lib"
|
||||
"Amp\\File\\": "src"
|
||||
},
|
||||
"files": ["lib/functions.php"]
|
||||
"files": ["src/functions.php"]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
|
@ -19,7 +19,7 @@
|
||||
</testsuites>
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory suffix=".php">lib</directory>
|
||||
<directory suffix=".php">src</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
<logging>
|
||||
|
Loading…
x
Reference in New Issue
Block a user