Skip to content

Commit

Permalink
Merge pull request #10 from gaetan-hexadog/main
Browse files Browse the repository at this point in the history
feat(composer): Add Laravel 10 support
  • Loading branch information
secondnetwork authored Feb 19, 2023
2 parents b5d6b6e + 42e15a8 commit 7b392f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"require": {
"php": "^7.4|^8.0",
"blade-ui-kit/blade-icons": "^1.1",
"illuminate/support": "^8.0|^9.0"
"blade-ui-kit/blade-icons": "^1.1|^1.5",
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7b392f6

Please sign in to comment.