Skip to content

Commit

Permalink
Bump compatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
realrashid committed Jan 24, 2020
1 parent 10735f3 commit b3854cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `sweet-alert` will be documented in this file.

## v3.1.2 - 2020-01-24
- Upgraded SweetAlert2 to latest version
- Prepare Laravel 7

## v3.1.1 - 2020-01-07
- Upgraded SweetAlert2 to latest version
- Added ability to activate or not the middleware error messages
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"require": {
"php": "^7.2",
"laravel/framework": "^5.4|^6.0"
"laravel/framework": "^5.4|^6.0|^7.0"
},
"require-dev": {
"symfony/thanks": "^1.0"
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `sweet-alert` will be documented in this file.

## v3.1.2 - 2020-01-24
- Upgraded SweetAlert2 to latest version
- Prepare Laravel 7

## v3.1.1 - 2020-01-07
- Upgraded SweetAlert2 to latest version
- Added ability to activate or not the middleware error messages
Expand Down
2 changes: 1 addition & 1 deletion resources/js/sweetalert.all.js

Large diffs are not rendered by default.

0 comments on commit b3854cc

Please sign in to comment.