Skip to content

Commit

Permalink
Update PEST and co.
Browse files Browse the repository at this point in the history
  • Loading branch information
K2ouMais committed Mar 20, 2023
1 parent 2dc65ab commit 4e14a0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"ext-bcmath": "*",
"spatie/laravel-package-tools": "^1.14.0",
"spatie/laravel-package-tools": "^1.14.2",
"illuminate/contracts": "^10.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"laravel/pint": "^1.6",
"nunomaduro/collision": "^7",
"orchestra/testbench": "^8.0.10",
"pestphp/pest": "^2.0.1",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
},
Expand Down Expand Up @@ -65,4 +65,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 4e14a0f

Please sign in to comment.