Skip to content

Commit

Permalink
Composer tweaks (#227)
Browse files Browse the repository at this point in the history
* lockfile is not present in git repo

* correcting autoloader

* package is listed on packagist, repo listing in composer.json causes install issues on windows

Co-authored-by: Eduardo Gulias Davis <eduardomgulias@gmail.com>
  • Loading branch information
2 people authored and Eduardo Gulias Davis committed Jan 5, 2020
1 parent 3d09cd0 commit c4b8d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"autoload-dev": {
"psr-4": {
"Egulias\\Tests\\": "test"
"Egulias\\Tests\\": "Tests"
}
}
}

0 comments on commit c4b8d12

Please sign in to comment.