Skip to content

Commit

Permalink
Allow Statamic 5
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed May 11, 2024
1 parent 2588889 commit 627bc79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"require": {
"php": "^8.1",
"statamic/cms": "^4",
"statamic/cms": "^4 || ^5",
"laravel/pint": "^1.13",
"stillat/statamic-template-resolver": "^1.0.2",
"stillat/statamic-template-resolver": "^1.1",
"ext-dom": "*",
"ext-mbstring": "*",
"ext-libxml": "*"
},
"require-dev": {
"pestphp/pest": "^2.24",
"orchestra/testbench": "^8.14",
"orchestra/testbench": "^8.14 || ^9",
"pestphp/pest-plugin-laravel": "^2.2"
},
"config": {
Expand Down

0 comments on commit 627bc79

Please sign in to comment.