Skip to content

Commit 7cd1774

Browse files
Update composer.json
1 parent 6b119b7 commit 7cd1774

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mscpatrykkosiba/currency-converter",
2+
"name": "patrykkosiba/currency-converter",
33
"description": "PHP global currency converter using fixer.io API (include bitcoin, silver and gold)",
44
"license": "MIT",
55
"keywords": [
@@ -27,6 +27,9 @@
2727
}
2828
],
2929
"require": {
30-
"php": ">=5.5"
30+
"php": ">=5.5"
31+
},
32+
"require-dev": {
33+
"phpunit/phpunit": "8"
3134
}
3235
}

0 commit comments

Comments
 (0)