Skip to content

Commit

Permalink
Merge branch 'release/v1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
torralbodavid committed Sep 9, 2020
2 parents 64893a0 + 61f7b15 commit 2c58612
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `simple-recaptcha-v3` will be documented in this file

## 1.3.0 - 2020-09-09

### Features
- Add Laravel 8 support [495a3aa](https://github.com/torralbodavid/simple-recaptcha-v3/commit/495a3aaa7750dce060239c86599c395a682269a1)

## 1.2.2 - 2020-09-03

### Updates
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php": "^7.3",
"illuminate/support": "^6.6.2|^7.0"
"illuminate/support": "^6.6.2|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2c58612

Please sign in to comment.