Skip to content

Commit

Permalink
Initial build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Gruneberg Projects committed Feb 3, 2019
1 parent 235fc68 commit 948fe92
Show file tree
Hide file tree
Showing 23 changed files with 2,539 additions and 0 deletions.
Binary file added .phpunit.xml.swp
Binary file not shown.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "bryangruneberg/php-oppwa",
"description": "Interact with the OPPWA using PHP",
"keywords": ["php","oppwa"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Bryan Gruneberg",
"email": "[email protected]"
}
],
"require": {
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
"Bryangruneberg\\OPPWA\\Tests\\": "tests/",
"Bryangruneberg\\OPPWA\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^7.4"
}
}
Loading

0 comments on commit 948fe92

Please sign in to comment.