Skip to content

Commit 066e6bc

Browse files
author
root
committed
Composer changes
1 parent e0a6818 commit 066e6bc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "uapixart/laravel-wayforpay",
3+
"description": "Wayforpay package for Laravel",
4+
"keywords": ["laravel", "wayforpay"],
5+
"authors": [
6+
{
7+
"name": "Mykola Kuzmich",
8+
"email": "ua.pixart@gmail.com",
9+
"homepage": "http://pixart.com.ua"
10+
}
11+
],
12+
"require": {
13+
"php": ">=5.4.0",
14+
"illuminate/support": "5.*"
15+
},
16+
"autoload": {
17+
"psr-4": {
18+
"Uapixart\\LaravelWayForPay\\": "src/"
19+
},
20+
},
21+
"license": "MIT",
22+
"minimum-stability": "dev"
23+
}

0 commit comments

Comments
 (0)