Skip to content

Commit

Permalink
Upgrade to laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ex1nhatvh authored Sep 15, 2023
1 parent e63aeaf commit db71a70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
],
"require": {
"php": "^8.0.0",
"symfony/dom-crawler": "~5.0",
"laravel/framework": "^9.0",
"intervention/image": "~2.3",
"doctrine/dbal": "2.*"
"symfony/dom-crawler": "^6.3",
"laravel/framework": "^10.10",
"intervention/image": "^2.7",
"doctrine/dbal": "^3.6"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"laravel/laravel": "^9.0",
"laravel/framework": "^10.10",
"symfony/css-selector": "~5.2",
"fzaninotto/faker": "~1.4",
"laravel/browser-kit-testing": "~6.2"
Expand Down

0 comments on commit db71a70

Please sign in to comment.