Skip to content

Commit 4e14a0f

Browse files
committed
Update PEST and co.
1 parent 2dc65ab commit 4e14a0f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"require": {
1919
"php": "^7.4|^8.0|^8.1|^8.2",
2020
"ext-bcmath": "*",
21-
"spatie/laravel-package-tools": "^1.14.0",
21+
"spatie/laravel-package-tools": "^1.14.2",
2222
"illuminate/contracts": "^10.0"
2323
},
2424
"require-dev": {
25-
"laravel/pint": "^1.0",
26-
"nunomaduro/collision": "^7.9",
27-
"orchestra/testbench": "^8.0",
28-
"pestphp/pest": "^2.0",
25+
"laravel/pint": "^1.6",
26+
"nunomaduro/collision": "^7",
27+
"orchestra/testbench": "^8.0.10",
28+
"pestphp/pest": "^2.0.1",
2929
"pestphp/pest-plugin-arch": "^2.0",
3030
"pestphp/pest-plugin-laravel": "^2.0"
3131
},
@@ -65,4 +65,4 @@
6565
},
6666
"minimum-stability": "dev",
6767
"prefer-stable": true
68-
}
68+
}

0 commit comments

Comments
 (0)