Skip to content

Commit

Permalink
Update to laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bishwajitcadhikary committed Feb 19, 2023
1 parent cf7f9e4 commit cc20ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"require": {
"php": "^8.0.2",
"doctrine/dbal": "^3.5",
"laravel/framework": "^9.48"
"laravel/framework": "^10.0"
},
"require-dev": {
"illuminate/console": "^9.0",
"illuminate/container": "^9.0",
"phpunit/phpunit": "^9.5.8",
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^7.0.0"
},
"autoload": {
Expand Down

0 comments on commit cc20ffc

Please sign in to comment.