Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici authored Mar 4, 2023
1 parent 507f50d commit 50e37fd
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 @@ -23,11 +23,11 @@
],
"require": {
"php": ">=8.0",
"barryvdh/laravel-debugbar": "^3.6"
"barryvdh/laravel-debugbar": ">=3.6"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": ">=7.0",
"phpunit/phpunit": ">=9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 50e37fd

Please # to comment.