Skip to content

Commit

Permalink
Updated dependencies to have laravel 9 support (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nizacegodk authored Mar 7, 2022
1 parent 39d02cb commit d5ff033
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 @@ -18,8 +18,8 @@
"require": {
"php": "^7.4|^8.0",
"cego/filebeat-logger": "^1.2.1",
"illuminate/support": "^7.0|^8.0",
"illuminate/contracts": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/contracts": "^7.0|^8.0|^9.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit d5ff033

Please sign in to comment.