Skip to content

Commit

Permalink
update laravel 11 process
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunanda committed Sep 24, 2024
1 parent a116c7d commit b4710f9
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,18 @@
"email": "[email protected]"
}],
"require": {
"php": "^8.1.0",
"illuminate/support": "^10.0",
"illuminate/console": "^10.0",
"laracasts/flash": "^3.2.2",
"laravelcollective/html": "^6.4",
"symfony/var-exporter": "^6.2.5"
"php": "^8.2.0",
"illuminate/support": "^11.0",
"illuminate/console": "^11.0",
"laracasts/flash": "^3.2.3",
"symfony/var-exporter": "^7.1.2"
},
"require-dev": {
"phpunit/phpunit": "^10.0.7",
"mockery/mockery": "^1.5.1",
"orchestra/testbench": "^8.0.0",
"pestphp/pest": "2.x-dev",
"pestphp/pest-plugin-laravel": "2.x-dev"
"phpunit/phpunit": "^11.3.6",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^9.5.0",
"pestphp/pest": "3.x-dev",
"pestphp/pest-plugin-laravel": "3.x-dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b4710f9

Please sign in to comment.