Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit 7aaffee

Browse files
committed
WIP
1 parent cb3c568 commit 7aaffee

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"spatie/laravel-package-tools": "^1.16"
2828
},
2929
"require-dev": {
30-
"brianium/paratest": "^6.11",
3130
"friendsofphp/php-cs-fixer": "^3.46",
3231
"nunomaduro/collision": "^7.10",
3332
"orchestra/testbench": "^8.20",
34-
"phpunit/phpunit": "^9.6",
33+
"pestphp/pest": "^2.31",
34+
"phpunit/phpunit": "^10.5",
3535
"spatie/laravel-ray": "^1.33",
36-
"vimeo/psalm": "^4.30"
36+
"vimeo/psalm": "^5.19"
3737
},
3838
"autoload": {
3939
"psr-4": {
@@ -54,7 +54,8 @@
5454
"config": {
5555
"sort-packages": true,
5656
"allow-plugins": {
57-
"composer/package-versions-deprecated": true
57+
"composer/package-versions-deprecated": true,
58+
"pestphp/pest-plugin": true
5859
}
5960
},
6061
"extra": {

tests/Pest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php

0 commit comments

Comments
 (0)