Skip to content

Commit

Permalink
chore: requires latest version of Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Mar 20, 2023
1 parent 7fd4dc5 commit fc28f07
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"require": {
"php": "^8.1.0",
"laravel/framework": "^10.4.0",
"laravel/framework": "^10.4.1",
"pestphp/pest": "^2.0.0"
},
"autoload": {
Expand All @@ -31,8 +31,8 @@
},
"require-dev": {
"laravel/dusk": "^7.7.0",
"orchestra/testbench": "^8.0.0",
"pestphp/pest-dev-tools": "^2.4.0"
"orchestra/testbench": "^8.0.10",
"pestphp/pest-dev-tools": "^2.5.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -53,11 +53,9 @@
"scripts": {
"lint": "pint",
"test:lint": "pint --test",
"test:types": "phpstan analyse --ansi",
"test:unit": "pest --colors=always",
"test": [
"@test:lint",
"@test:types",
"@test:unit"
]
}
Expand Down

0 comments on commit fc28f07

Please sign in to comment.