Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JWaldecker authored Dec 1, 2021
1 parent 6672a5a commit d1e2eda
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "lumaserv/paysafecard",
"description": "paysafecard sopg client",
"type": "library",
"version": "1.2.1",
"require": {
"php": ">=5.5"
},
"license": "MIT",
"authors": [
{
"name": "jan",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Paysafecard\\": "src/"
}
}
}

0 comments on commit d1e2eda

Please sign in to comment.