Skip to content

Commit

Permalink
Added support for 6.0
Browse files Browse the repository at this point in the history
Fix #46
  • Loading branch information
realrashid authored Sep 5, 2019
2 parents 2c2578a + 8960ae2 commit c60a07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"docs": "https://realrashid.github.io/sweet-alert/"
},
"require": {
"php": "~5.6|~7.0|~7.1.3",
"laravel/framework": "~5.4.0|~5.8.0|~5.9.0"
"php": "^7.2",
"laravel/framework": "~5.4.0|~5.8.0|~5.9.0|6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c60a07e

Please sign in to comment.