Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.github/ export-ignore
.travis/ export-ignore
Tests/ export-ignore
.appveyor.yml export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.travis/ export-ignore
.travis.yml export-ignore
phpunit.appveyor.xml export-ignore
phpunit.xml.dist export-ignore
ruleset.xml export-ignore
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,9 @@ Alternatively, you can simply run the following from the command line:
```sh
composer require joomla/database "~1.0"
```

If you want to include the test sources, use

```sh
composer require --prefer-source joomla/database "~1.0"
```