Skip to content

Commit e0061f5

Browse files
committed
Move contents of lib-dir to src-dir
1 parent a6e6d49 commit e0061f5

12 files changed

Lines changed: 1 addition & 4 deletions

.php_cs.dist

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

33
$finder = PhpCsFixer\Finder::create()
44
->in([
5-
__DIR__ . '/lib',
65
__DIR__ . '/metadata/simplesamlphp',
6+
__DIR__ . '/src',
77
__DIR__ . '/stubs',
88
__DIR__ . '/tests',
99
])

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
],
1313
"autoload": {
1414
"psr-4": {
15-
"SimpleSAML\\TestUtils\\": "lib/",
1615
"SimpleSAML\\TestUtils\\": "src/"
1716
}
1817
},

phpcs.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<rule ref="PSR12"/>
77
<rule ref="phpcs-simplesamlphp.xml"/>
88

9-
<file>lib</file>
109
<file>metadata/simplesamlphp</file>
1110
<file>src</file>
1211

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<logging/>
1616
<source>
1717
<include>
18-
<directory suffix=".php">./lib</directory>
1918
<directory suffix=".php">./src</directory>
2019
</include>
2120
</source>
File renamed without changes.

0 commit comments

Comments
 (0)