Skip to content

Commit 0e405c2

Browse files
author
Jonas Siewertsen
committed
Support Statamic 3.2
1 parent 57dc1d0 commit 0e405c2

4 files changed

Lines changed: 3134 additions & 1571 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"email": "mail@jonassiewertsen.com"
2525
},
2626
"require": {
27-
"php": "^7.2",
28-
"illuminate/support": "7.*",
29-
"statamic/cms": "3.*@beta"
27+
"php": "^7.3 || ^8.0",
28+
"illuminate/support": "8.* | 7.*",
29+
"statamic/cms": "3.2.* | 3.1.*"
3030
},
3131
"extra": {
3232
"statamic": {

0 commit comments

Comments
 (0)