Skip to content

Commit ff527d0

Browse files
committed
Import external currencies
1 parent 0c8db3e commit ff527d0

File tree

6 files changed

+925
-181
lines changed

6 files changed

+925
-181
lines changed

.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ignore all test and documentation with "export-ignore".
2+
/.gitattributes export-ignore
3+
/.gitignore export-ignore
4+
/.travis.yml export-ignore
5+
/phpunit.xml.dist export-ignore
6+
/.scrutinizer.yml export-ignore
7+
/update_currencies.php export-ignore
8+
/tests export-ignore
9+
/docs export-ignore

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"require-dev": {
3737
"omnipay/tests": "^3",
3838
"php-http/mock-client": "^1",
39-
"squizlabs/php_codesniffer": "^2.8.1"
39+
"squizlabs/php_codesniffer": "^2.8.1",
40+
"moneyphp/iso-currencies": "^3.0"
4041
},
4142
"extra": {
4243
"branch-alias": {
@@ -49,7 +50,8 @@
4950
"scripts": {
5051
"test": "phpunit",
5152
"check-style": "phpcs -p --standard=PSR2 src/",
52-
"fix-style": "phpcbf -p --standard=PSR2 src/"
53+
"fix-style": "phpcbf -p --standard=PSR2 src/",
54+
"currencies": "php update_currencies.php"
5355
},
5456
"minimum-stability": "dev",
5557
"prefer-stable": true

makedoc.sh

-20
This file was deleted.

0 commit comments

Comments
 (0)