Skip to content

Commit 1a925e2

Browse files
committed
Merge branch 'develop'
2 parents 2d49d97 + dec5423 commit 1a925e2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 1.4.2 (2020-09-20)
6+
7+
### Added
8+
- Updated README (testing in Laravel 8)
9+
510
## 1.4.1 (2020-04-15)
611

712
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ composer require "ssheduardo/redsys-laravel=~1.1.0"
2525
``` bash
2626
$ composer require "ssheduardo/redsys-laravel=~1.3.0"
2727
```
28-
**Laravel 6.0, 7.x**
28+
**Laravel 6.0, 7.x, 8.x**
2929
``` bash
3030
$ composer require "ssheduardo/redsys-laravel=~1.4.0"
3131
```
@@ -46,7 +46,7 @@ O si lo prefieres, puedes agregarlo en la sección **require** de tu composer.js
4646
"ssheduardo/redsys": "~1.3.0"
4747
```
4848

49-
**Laravel 6.0, 7.x**
49+
**Laravel 6.0, 7.x, 8.x**
5050
```bash
5151
"ssheduardo/redsys": "~1.4.0"
5252
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssheduardo/redsys-laravel",
3-
"description": "Package redsys for laravel 5.1",
3+
"description": "Package redsys for laravel 8",
44
"keywords": ["payment", "pasarela", "lacaixa", "sabadell", "redsys", "tpv"],
55
"homepage": "https://github.com/ssheduardo/redsys-laravel",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": "^7.2",
17-
"laravel/framework": "^6.0|^7.0",
17+
"laravel/framework": "^6.0|^7.0|^8.0",
1818
"sermepa/sermepa": "^1.2"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)