Skip to content

Commit 7dab79d

Browse files
committed
Rename source code directory for consistency
1 parent df0cdfe commit 7dab79d

17 files changed

Lines changed: 3 additions & 3 deletions

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$finder = PhpCsFixer\Finder::create()
44
->path([
5-
'lib/',
5+
'src/',
66
'test/',
77
])
88
->ignoreVCSIgnored(true)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"autoload": {
3030
"psr-4": {
31-
"DevTheorem\\PeachySQL\\": "lib/"
31+
"DevTheorem\\PeachySQL\\": "src/"
3232
}
3333
},
3434
"autoload-dev": {

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
1111
>
1212
<projectFiles>
13-
<directory name="lib"/>
13+
<directory name="src"/>
1414
<directory name="test"/>
1515
<ignoreFiles>
1616
<directory name="vendor"/>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)