Skip to content

Commit

Permalink
Remove final trace of parable framework
Browse files Browse the repository at this point in the history
- Rename `app` to `src` as it should be
- Remove `Config` namespace
  • Loading branch information
dmvdbrugge committed Mar 7, 2019
1 parent 5cb6fdf commit c3d23f1
Show file tree
Hide file tree
Showing 50 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ $RECYCLE.BIN/
!example-joint.csv2qif.yml

### Self-added
app/Command/Test.php
src/Command/Test.php
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
],
"autoload": {
"psr-4": {
"Config\\": "app/Config",
"Csv2Qif\\": "app/"
"Csv2Qif\\": "src/"
}
},
"require": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c3d23f1

Please sign in to comment.