Skip to content

Commit 1916edd

Browse files
committed
Merge remote-tracking branch 'joomla/master' into 2.0-dev
# Conflicts: # .drone.jsonnet # .drone.yml # README.md
2 parents 4c52c7e + ded9557 commit 1916edd

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ local composer(phpversion, params) = {
1818
volumes: volumes,
1919
commands: [
2020
"php -v",
21-
"composer update " + params,
21+
"composer update " + params
2222
]
2323
};
2424

.gitattributes

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
.github/ export-ignore
2+
Tests/ export-ignore
3+
.drone.jsonnet export-ignore
4+
.drone.yml export-ignore
15
.gitattributes export-ignore
26
.gitignore export-ignore
3-
.gitmodules export-ignore
4-
.travis/ export-ignore
5-
.travis.yml export-ignore
7+
phpunit.xml.dist export-ignore

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: joomla
2+
custom: https://community.joomla.org/sponsorship-campaigns.html

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,9 @@ Alternatively, you can simply run the following from the command line:
241241
```sh
242242
composer require joomla/input "2.0.*@dev"
243243
```
244+
245+
If you want to include the test sources, use
246+
247+
```sh
248+
composer require --prefer-source joomla/input "2.0.*@dev"
249+
```

0 commit comments

Comments
 (0)