Skip to content

Commit

Permalink
Update dependencies in composer.json for compatibility with newer ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
tdwesten committed Jan 20, 2025
1 parent 20560c9 commit b0cc7cf
Show file tree
Hide file tree
Showing 2 changed files with 12,126 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"laravel/framework": "^10.0|^11.0",
"statamic/cms": "^5.0"
"statamic/cms": "^5.4"
},
"require-dev": {
"pestphp/pest": "^2.33",
"laravel/pint": "^1.7",
"orchestra/testbench": "^8.0",
"spatie/laravel-ray": "^1.36",
"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",
"statamic/eloquent-driver": "^4.16"
},
"config": {
Expand All @@ -46,4 +46,4 @@
"pixelfear/composer-dist-plugin": true
}
}
}
}
Loading

0 comments on commit b0cc7cf

Please sign in to comment.