Skip to content

Commit

Permalink
Fix composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Nikolaou committed Feb 26, 2024
1 parent d7d1f37 commit c3a6540
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to `sebdesign/laravel-viva-payments` will be documented in t
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.0.8] - 2024-02-26

### Fixes

- Fix composer dependencies

## [6.0.7] - 2024-02-26

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"illuminate/config": "^9.0 | ^10.0",
"illuminate/routing": "9.0 | ^10.0",
"illuminate/support": "9.0 | ^10.0"
"illuminate/routing": "^9.0 | ^10.0",
"illuminate/support": "^9.0 | ^10.0"
},
"require-dev": {
"laravel/pint": "^1.4",
Expand Down

0 comments on commit c3a6540

Please sign in to comment.