Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
turahe committed Aug 1, 2024
1 parent ca4b7ed commit 010a88a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"homepage": "https://github.com/turahe/laravel-likeable",
"require": {
"php": "^7.3|^8.0",
"illuminate/database": "5.* | ^6.0 | ^7.0 | ^8.0 | ^9.0",
"illuminate/support": "5.* | ^6.0 | ^7.0 | ^8.0 | ^9.0"
"illuminate/database": "5.* | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"illuminate/support": "5.* | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.1",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.5|^9.3",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.5|^9.3||^10.0|^11.0",
"mockery/mockery": "^1.3"
},
"autoload": {
Expand Down

0 comments on commit 010a88a

Please sign in to comment.