Skip to content

Commit

Permalink
Add support for Statamic 3.4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
oakeddev committed Jan 30, 2023
1 parent 88baacb commit c4d4294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^8.0",
"illuminate/support": "^8.0 || ^9.0",
"statamic/cms": "3.1.* || 3.2.* || 3.3.*"
"statamic/cms": "3.1.* || 3.2.* || 3.3.* || 3.4.*"
},
"require-dev": {
"orchestra/testbench": "^6.0",
Expand Down

0 comments on commit c4d4294

Please sign in to comment.