Skip to content

Commit 9b60155

Browse files
committed
Bump dependencies & install pint
1 parent 9707458 commit 9b60155

File tree

3 files changed

+3625
-2046
lines changed

3 files changed

+3625
-2046
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"prefer-stable": true,
77
"require": {
88
"php": ">=8.0.0",
9-
"laravel/framework": "^8.0|^9.0|^10.0|^11.0"
9+
"laravel/framework": "^10.0|^11.0|^12.0",
10+
"laravel/pint": "^1.21"
1011
},
1112
"require-dev": {
12-
"pestphp/pest": "^1.10"
13+
"pestphp/pest": "^2.0|^3.0"
1314
},
1415
"license": "MIT",
1516
"autoload": {
@@ -27,5 +28,10 @@
2728
"name": "Toon Van den Bos",
2829
"email": "toon@whitecube.be"
2930
}
30-
]
31+
],
32+
"config": {
33+
"allow-plugins": {
34+
"pestphp/pest-plugin": true
35+
}
36+
}
3137
}

0 commit comments

Comments
 (0)