Skip to content

Commit

Permalink
Standardizing
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromtonya committed Dec 12, 2017
1 parent 8138623 commit 53c4972
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ CHANGELOG
=========

3.0.2
- Standardized `src` architecture
- Standardized tests architecture
- Standardized `phpcs.xml.dist`
- Standardized `phpunit.xml.dist`

3.0.1
- Changed license to MIT.
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@
],
"autoload": {
"psr-4": {
"Fulcrum\\Container\\": "src"
},
"exclude-from-classmap": [
"/tests/"
]
"Fulcrum\\Container\\": "src/Container/"
}
},
"autoload-dev": {
"psr-4": {
"Fulcrum\\Tests\\": "tests/"
"Fulcrum\\Tests\\Unit\\": "tests/unit/"
}
},
"require": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 53c4972

Please sign in to comment.