Skip to content

Commit 0c02f17

Browse files
committed
added required package
1 parent 03a5a00 commit 0c02f17

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/node_modules
2+
/public/hot
3+
/public/storage
4+
/storage/*.key
5+
/vendor
6+
/.idea
7+
/.vagrant
8+
Homestead.json
9+
Homestead.yaml
10+
npm-debug.log
11+
yarn-error.log
12+
.env

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"email": "[email protected]"
99
}
1010
],
11-
"require": {},
11+
"require": {
12+
"php" : ">=7.0",
13+
"paypal/rest-api-sdk-php": "^1.13"
14+
},
1215
"autoload": {
1316
"psr-4": {
1417
"Angryalf\\LaraPayments\\": "src"

0 commit comments

Comments
 (0)