Skip to content

Commit

Permalink
Bumped up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asantibanez committed Jan 25, 2021
1 parent 09ea36f commit 3f794e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.0 - 2020-01-25

- Added support for PHP 8

## 2.0.0 - 2020-10-14

- Added Laravel 8 support
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"illuminate/support": "^7.0|^8.0",
"livewire/livewire": "^1.1|^2.0"
"livewire/livewire": "^2.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^8.0"
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3f794e3

Please sign in to comment.