Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Mar 14, 2023
1 parent c411e46 commit d4c1b7a
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 @@ -11,14 +11,14 @@
}
],
"require": {
"laravel/framework": "^9"
"laravel/framework": "^10|^9"
},
"require-dev": {
"laravel/pint": "^1.1",
"phpunit/phpunit": "^9",
"orchestra/testbench": "^7.7",
"laravel/pint": "^v1.6",
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^v8.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.2"
"pestphp/pest-plugin-laravel": "^v1.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d4c1b7a

Please sign in to comment.