Skip to content

Commit

Permalink
add support PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Foysal50x committed Feb 8, 2021
1 parent b25e77f commit 6162f42
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 3 deletions.
97 changes: 97 additions & 0 deletions .idea/blade.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/laravel-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
}
],
"require": {
"php": "^7.2",
"illuminate/support": "^7.14.0",
"blade-ui-kit/blade-icons": "^0.4"
"php": "^7.2|^7.3|^7.4|^8.0",
"illuminate/support": "^7.14.0|^8.0",
"blade-ui-kit/blade-icons": "^0.4|^0.5"
},
"require-dev": {
"orchestra/testbench": "^5.0",
Expand Down

0 comments on commit 6162f42

Please sign in to comment.