Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nur Wachid authored Apr 7, 2022
1 parent b1f9e66 commit ca4b7ed
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 @@ -15,12 +15,12 @@
"homepage": "https://github.com/turahe/laravel-likeable",
"require": {
"php": "^7.3|^8.0",
"illuminate/database": "5.* | ^6.0 | ^7.0 | ^8.0",
"illuminate/support": "5.* | ^6.0 | ^7.0 | ^8.0"
"illuminate/database": "5.* | ^6.0 | ^7.0 | ^8.0 | ^9.0",
"illuminate/support": "5.* | ^6.0 | ^7.0 | ^8.0 | ^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.1",
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.5|^9.3",
"mockery/mockery": "^1.3"
},
Expand Down

0 comments on commit ca4b7ed

Please sign in to comment.