Skip to content

Commit

Permalink
DEPS
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Aug 31, 2023
1 parent d5cc278 commit 4658478
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 @@ -20,7 +20,7 @@
}],
"require": {
"php": "^7.3|^8.0|^9.0",
"illuminate/support": "^7|^8|^9",
"illuminate/support": "^7|^8|^9|^10",
"joy/voyager-core": "^1.0",
"maatwebsite/excel": "^3.1",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
Expand All @@ -32,8 +32,8 @@
"friendsofphp/php-cs-fixer": "^3.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"phpunit/phpunit": "^9.1"
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.1|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4658478

Please sign in to comment.