Skip to content

Commit

Permalink
Make Livewire availabe for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Siewertsen committed Dec 27, 2020
1 parent 5f54405 commit 3a93144
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 @@ -23,8 +23,8 @@
"email": "[email protected]"
},
"require": {
"php": "^7.4",
"illuminate/support": "^7.0 || ^8.0 ",
"php": "^7.4 || ^8.0",
"illuminate/support": "^7.0 || ^8.0",
"statamic/cms": "3.0.*",
"livewire/livewire": "^2.0"
},
Expand Down

0 comments on commit 3a93144

Please sign in to comment.