Skip to content

Commit

Permalink
upgrade laravel version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
myagmarsurensedjav committed May 18, 2024
1 parent ef55b09 commit e526632
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"require": {
"php": "^8.1",
"endroid/qr-code": "^5.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"spatie/laravel-package-tools": "^1.14.0"
"illuminate/console": "^10.0|^11.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.16.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"laravel/pint": "^1.15.3",
"nunomaduro/collision": "^8.1",
"nunomaduro/larastan": "^2.9.6",
"orchestra/testbench": "^9.0.4",
"pestphp/pest": "^2.34.7",
"pestphp/pest-plugin-arch": "^2.7.0",
"pestphp/pest-plugin-laravel": "^2.4.0",
"pestphp/pest-plugin-mock": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
Expand Down

0 comments on commit e526632

Please sign in to comment.