We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20560c9 commit b0cc7cfCopy full SHA for b0cc7cf
composer.json
@@ -30,14 +30,14 @@
30
"php": "^8.2",
31
"illuminate/support": "^10.0|^11.0",
32
"laravel/framework": "^10.0|^11.0",
33
- "statamic/cms": "^5.0"
+ "statamic/cms": "^5.4"
34
},
35
"require-dev": {
36
- "pestphp/pest": "^2.33",
37
- "laravel/pint": "^1.7",
38
- "orchestra/testbench": "^8.0",
39
- "spatie/laravel-ray": "^1.36",
40
- "pestphp/pest-plugin-laravel": "^2.2",
+ "pestphp/pest": "^3",
+ "laravel/pint": "^1.2",
+ "orchestra/testbench": "^9.0",
+ "spatie/laravel-ray": "^1.39",
+ "pestphp/pest-plugin-laravel": "^3",
41
"statamic/eloquent-driver": "^4.16"
42
43
"config": {
@@ -46,4 +46,4 @@
46
"pixelfear/composer-dist-plugin": true
47
}
48
49
-}
+}
0 commit comments