Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 617380e

Browse files
committed
Moved into src folder
1 parent 54894e3 commit 617380e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"autoload": {
1717
"psr-4": {
18-
"betterphp\\utils\\": "./utils"
18+
"betterphp\\utils\\": "./src/utils"
1919
}
2020
}
2121
}

phpdoc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<template name="clean" />
99
</transformer>
1010
<files>
11-
<directory>./utils</directory>
11+
<directory>./src/utils</directory>
1212
</files>
1313
</phpdoc>
File renamed without changes.

0 commit comments

Comments
 (0)