Skip to content

Commit

Permalink
- Commit package
Browse files Browse the repository at this point in the history
  • Loading branch information
lmelnyk-va committed Jul 4, 2018
1 parent bfab986 commit 18209c6
Show file tree
Hide file tree
Showing 6 changed files with 1,929 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
vendor/
composer.lock
.DS_Store

**/.idea/
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1.0.0
- Initial Commit
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "vendasta/vax",
"description": "Vendasta API Extensions for PHP",
"type": "library",
"require": {
"php": ">=7.1",
"grpc/grpc": "^v1.1.0",
"guzzlehttp/guzzle": "^6.3",
"mdanter/ecc": "^0.5.0",
"google/protobuf": "^3.6.0"
},
"autoload": {
"psr-4": {
"Vendasta\\Vax\\": "./src"
}
},
"require-dev": {
"phpunit/phpunit": "^7"
}
}
Loading

0 comments on commit 18209c6

Please sign in to comment.