Skip to content

Commit

Permalink
Bump Vanilo to 4.1 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jun 6, 2024
1 parent f34fa0d commit 2aeb542
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
php: ['8.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.5']
vanilo: ['4.0']
laravel: ['10.43', '10.48', '11.0', '11.9']
vanilo: ['4.1']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Vanilo ${{ matrix.vanilo }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
##### 2024-XX-YY

- Added support for passing `buttonText` and `buttonClass` variables to payment request's getHtmlSnippet() method
- Changed minimum Vanilo requirement to v4.1

## 3.0.0
##### 2024-04-25
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"konekt/concord": "^1.13",
"konekt/enum": "^4.2",
"laravel/framework": "^10.43|^11.0",
"vanilo/contracts": "^4.0",
"vanilo/payment": "^4.0",
"vanilo/contracts": "^4.1",
"vanilo/payment": "^4.1",
"ext-dom": "*",
"ext-openssl": "*",
"ext-simplexml": "*"
Expand Down

0 comments on commit 2aeb542

Please sign in to comment.