Skip to content

Commit 080487e

Browse files
committed
php 5.6 이상 지원
1 parent df96023 commit 080487e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootpay/backend-php",
33
"description": "bootpay server side php plugin",
44
"type": "library",
5-
"version": "1.0.5",
5+
"version": "1.0.6",
66
"keywords": ["pg", "BootPay", "paymentgateway", "card", "pay"],
77
"license": "MIT",
88
"autoload": {
@@ -23,6 +23,6 @@
2323
}
2424
],
2525
"require": {
26-
"php": ">= 5.6.*"
26+
"php": ">= 5.6.0"
2727
}
2828
}

0 commit comments

Comments
 (0)