Skip to content

Commit

Permalink
UPDATE Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed May 11, 2024
1 parent 6bfb511 commit 5892c26
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 @@ -13,12 +13,12 @@
}
],
"require": {
"php": "^7.3",
"illuminate/support": "^6.0|^7.0|^8.0"
"php": "^7.3|^7.4|^8.0|^8.1|^8.2|^8.3|^8.4",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0",
"psalm/plugin-laravel": "^1.4",
"vimeo/psalm": "^3.11"
Expand Down

0 comments on commit 5892c26

Please sign in to comment.