Skip to content

Commit

Permalink
Added test with php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheduardo committed Feb 16, 2023
1 parent 7cef22d commit d4784ed
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 461 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All Notable changes to `Redsys` will be documented in this file

## Version 1.4.3 (2023-02-16)

### Added
- Testing with PHP 8.2.
- Added new method getJsPath for inSite.
### Fixed
- Nothing

## Version 1.4.2 (2022-11-10)

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.1.3|^7.2.5|^8.0"
"php": "^7.1.3|^7.2.5|^8.0|^8.1|^8.2"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.5.8|^9.3.3"
Expand Down
Loading

0 comments on commit d4784ed

Please sign in to comment.