Skip to content

Commit

Permalink
Add support for Statamic 4.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored May 12, 2023
1 parent 7faff08 commit 1a7aa7f
Show file tree
Hide file tree
Showing 26 changed files with 276 additions and 11,651 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.antlers.json
.composer.lock
.DS_Store
.idea
.env
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0",
"spatie/browsershot": "^3.52",
"spatie/laravel-ray": "^1.26",
"spatie/schema-org": "^3.8",
"statamic/cms": "~3.4.0",
"laravel/framework": "^9.0 || ^10.0",
"spatie/browsershot": "^3.57",
"spatie/laravel-ray": "^1.32",
"spatie/schema-org": "^3.14",
"statamic/cms": "^4.0",
"whitecube/lingua": "^1.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 1a7aa7f

Please sign in to comment.