Skip to content

Commit e51efeb

Browse files
committed
Update dependencies in composer.json for compatibility with newer versions
1 parent 20560c9 commit e51efeb

File tree

2 files changed

+12127
-8
lines changed

2 files changed

+12127
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdwesten/statamic-builder",
33
"description": "A fluent blueprint and fieldset builder for Statamic.",
4-
"version": "v1.0.12",
4+
"version": "v1.0.13",
55
"autoload": {
66
"psr-4": {
77
"Tdwesten\\StatamicBuilder\\": "src"
@@ -30,14 +30,14 @@
3030
"php": "^8.2",
3131
"illuminate/support": "^10.0|^11.0",
3232
"laravel/framework": "^10.0|^11.0",
33-
"statamic/cms": "^5.0"
33+
"statamic/cms": "^5.4"
3434
},
3535
"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",
36+
"pestphp/pest": "^3",
37+
"laravel/pint": "^1.2",
38+
"orchestra/testbench": "^9.0",
39+
"spatie/laravel-ray": "^1.39",
40+
"pestphp/pest-plugin-laravel": "^3",
4141
"statamic/eloquent-driver": "^4.16"
4242
},
4343
"config": {
@@ -46,4 +46,4 @@
4646
"pixelfear/composer-dist-plugin": true
4747
}
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)