Skip to content

Commit

Permalink
Composer dependencies resolved for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Meetbhana9567 committed Dec 2, 2024
1 parent 033cb42 commit 9278d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .phpunit.cache/test-results

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"require": {
"ext-json": "*",
"php": "^7.0||^8.0",
"phpoffice/phpspreadsheet": "^1.29.4",
"phpoffice/phpspreadsheet": "^1.29.4||^2.0",
"illuminate/support": "5.8.*||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0",
"psr/simple-cache": "^1.0||^2.0||^3.0",
"composer/semver": "^3.3"
},
"require-dev": {
"orchestra/testbench": "^6.0||^7.0||^8.0||^9.0",
"orchestra/testbench": "^6.0||^7.0||^8.0||^9.0||^10.0",
"predis/predis": "^1.1",
"laravel/scout": "^7.0||^8.0||^9.0||^10.0"
"laravel/scout": "^7.0||^8.0||^9.0||^10.0||^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9278d8d

Please sign in to comment.