Skip to content

Commit cfe7b7d

Browse files
committed
Move to separated src and Tests, psr-4
1 parent d070f2c commit cfe7b7d

21 files changed

Lines changed: 8 additions & 6 deletions

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ __See TOC in `docs` directory__
4141
### Enveditor
4242

4343
### TODO
44-
45-
https://github.com/josegonzalez/php-dotenv

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
"phpunit/phpunit": "4.5.*"
2323
},
2424
"autoload": {
25-
"psr-4": { "Codervio\\Envmanager\\": "" },
26-
"exclude-from-classmap": [
27-
"/Tests/"
28-
]
25+
"psr-4": {
26+
"Codervio\\Envmanager\\": "src/"
27+
}
28+
},
29+
"autoload-dev": {
30+
"psr-4": {
31+
"Codervio\\Envmanager\\": "test/"
32+
}
2933
},
3034
"minimum-stability": "dev",
3135
"extra": {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)