Skip to content

Commit

Permalink
Merge pull request #15 from phpviet/1.1
Browse files Browse the repository at this point in the history
1.1
  • Loading branch information
vuongxuongminh authored Mar 14, 2021
2 parents 7978d0f + e49ee62 commit 62a6617
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Tất cả lịch sử tiến trình phát triển thư viện

### 1.1.2

+ Nâng cấp composer package `ignited/laravel-omnipay` lên phiên bản tối thiểu 3.3.

### 1.1.1

+ Hổ trợ Laravel 8.
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"require": {
"php": "^7.1",
"ignited/laravel-omnipay": "^3.2",
"ignited/laravel-omnipay": "^3.3",
"illuminate/support": "^5.7 || ^6.0 || ^7.0 || ^8.0",
"phpviet/omnipay-momo": "^1.0",
"phpviet/omnipay-onepay": "^1.0",
"phpviet/omnipay-vnpay": "^1.0",
"phpviet/omnipay-vtcpay": "^1.0",
"phpviet/omnipay-momo": "^1.0"
"phpviet/omnipay-vtcpay": "^1.0"
},
"require-dev": {
"orchestra/testbench": "^3.7 || ^4.0 || ^5.0 || ^6.0"
Expand All @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.x-dev"
},
"laravel": {
"aliases": {
Expand Down

0 comments on commit 62a6617

Please sign in to comment.