Skip to content

Commit

Permalink
* fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondDantes committed Aug 31, 2024
1 parent 1d2a7c6 commit c7bdd64
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 51 deletions.
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/PULL_REQUEST_TEMPLATE.md export-ignore
/ISSUE_TEMPLATE.md export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/docs export-ignore
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
},
"autoload": {
"psr-4": {
"IfCastle\\Exceptions\\": ["src/", "tests/"]
"IfCastle\\Exceptions\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"IfCastle\\Exceptions\\": "tests/"
}
},

Expand Down
102 changes: 52 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7bdd64

Please sign in to comment.