Skip to content

Commit

Permalink
Merge pull request #7 from rabobank-nederland/feature/ROFE-0-small-im…
Browse files Browse the repository at this point in the history
…provements

Small improvements, add support for generating an archive from the SDK
  • Loading branch information
mout-rabobank authored Feb 11, 2021
2 parents f7a7f8d + 7519f6e commit b10eeb5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 104 deletions.
73 changes: 0 additions & 73 deletions Release/pom.xml

This file was deleted.

27 changes: 0 additions & 27 deletions Release/src/assembly/binaries.xml

This file was deleted.

1 change: 0 additions & 1 deletion Release/src/main/resources/version.txt

This file was deleted.

16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "move4mobile/rabobank-omnikassa-sdk",
"name": "rabobank/omnikassa-sdk",
"type": "library",
"license": "proprietary",
"license": "MIT",
"description": "Rabobank OmniKassa SDK for PHP",
"version": "1.7.0",
"keywords": ["rabobank", "omni", "kassa"],
"authors": [
{
"name": "Move4Mobile BV"
"name": "Rabobank"
}
],
"config": {
Expand Down Expand Up @@ -39,5 +39,15 @@
"psr-4": {
"nl\\rabobank\\gict\\payments_savings\\omnikassa_sdk\\test\\": "test"
}
},
"archive": {
"exclude": [
".idea/*",
"azure-pipelines.yml",
".git",
".gitignore",
"rabobank-omnikassa-sdk-*.tar"
]
}
}

0 comments on commit b10eeb5

Please sign in to comment.