Skip to content

Commit 973eb4d

Browse files
committed
Edits to quickstart
Added vendor to gitignore Added sdk badge
1 parent 393c9bb commit 973eb4d

File tree

6 files changed

+41
-645
lines changed

6 files changed

+41
-645
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

22
*.pem
3+
vendor/

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PassKit PHP Quickstart
22
=======================
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/PassKit/passkit-php-grpc-sdk/main/LICENSE)
4+
5+
[![Latest Stable Version](https://poser.pugx.org/passkit/passkit-php-grpc-sdk/v)](https://packagist.org/packages/passkit/passkit-php-grpc-sdk)
46
### Overview
57

68
This quickstart aims to help get PHP developers up and running with the PassKit SDK as quickly as possible.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require": {
2727
"grpc/grpc": "^v1.42.0",
2828
"google/protobuf": "^v3.21.7",
29-
"passkit/passkit-php-grpc-sdk": "1.1.70"
29+
"passkit/passkit-php-grpc-sdk": "1.1.72"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)