Skip to content

Commit 0fa957b

Browse files
committed
packagist
1 parent f37cd2f commit 0fa957b

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
example.php
1+
example.php
2+
/vendor/

composer.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "overint/php-paypal-ipn",
3+
"description": "PHP Class for verifying PayPal IPN messages",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "overint",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"minimum-stability": "stable",
13+
"require": {}
14+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)