We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9707458 commit 9b60155Copy full SHA for 9b60155
composer.json
@@ -6,10 +6,11 @@
6
"prefer-stable": true,
7
"require": {
8
"php": ">=8.0.0",
9
- "laravel/framework": "^8.0|^9.0|^10.0|^11.0"
+ "laravel/framework": "^10.0|^11.0|^12.0",
10
+ "laravel/pint": "^1.21"
11
},
12
"require-dev": {
- "pestphp/pest": "^1.10"
13
+ "pestphp/pest": "^2.0|^3.0"
14
15
"license": "MIT",
16
"autoload": {
@@ -27,5 +28,10 @@
27
28
"name": "Toon Van den Bos",
29
"email": "toon@whitecube.be"
30
}
- ]
31
+ ],
32
+ "config": {
33
+ "allow-plugins": {
34
+ "pestphp/pest-plugin": true
35
+ }
36
37
0 commit comments