Skip to content

Commit

Permalink
Update laravel breeze dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sohelamin committed Mar 13, 2024
1 parent 4097455 commit 46dd9b2
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 @@ -18,13 +18,13 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
"laravel/breeze": "^1.10|^2.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^5.7|^8.0|^9.0",
"orchestra/testbench": "^3.3|^4.0|^5.0",
"laravel/breeze": "^1.10|^2.0"
"orchestra/testbench": "^3.3|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 46dd9b2

Please sign in to comment.