Skip to content

Commit

Permalink
- laravel version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Faruk Demirkoparan committed Dec 11, 2024
1 parent b819356 commit 4011ed5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"nunomaduro/collision": "^8.0",
"nunomaduro/larastan": "^2.0.1",
"nunomaduro/larastan": "^3",
"orchestra/testbench": "^9",
"pestphp/pest": "^2",
"pestphp/pest-plugin-laravel": "^2",
"pestphp/pest": "^3",
"pestphp/pest-plugin-laravel": "^3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^10.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^11.0",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
Expand Down Expand Up @@ -69,6 +69,6 @@
}
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 4011ed5

Please sign in to comment.