-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bryan Gruneberg Projects
committed
Feb 3, 2019
1 parent
235fc68
commit 948fe92
Showing
23 changed files
with
2,539 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.