Skip to content

Commit

Permalink
Remove Embed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Stein committed Mar 4, 2022
1 parent 6d84ebf commit 75ffb20
Show file tree
Hide file tree
Showing 10 changed files with 375 additions and 175 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

This blog starter project is for developers who are new to Craft CMS and want to learn the basics quickly. It tries not to be too prescriptive while demonstrating a few essentials of Craft development with the Twig templating language.

## Temporarily Removed for Craft 4

```
"clubstudioltd/craft-asset-rev": "^6.0",
"wrav/oembed": "^1.1"
```

### Topics, features, and implementations:

- Matrix as a page-builder field
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"license": "0BSD",
"minimum-stability": "dev",
"require": {
"clubstudioltd/craft-asset-rev": "dev-feature/craft-4",
"craftcms/cms": "^4.0.0-alpha.1",
"craftcms/gatsby-helper": "craft-4-dev",
"craftcms/gatsby-helper": "2.0.x-dev",
"craftcms/redactor": "^3.0.x-dev",
"nystudio107/craft-typogrify": "^4.0.0-beta.1",
"vlucas/phpdotenv": "^2.4.0"
Expand All @@ -16,6 +17,12 @@
"modules\\": "modules/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mattstein/craft-asset-rev"
}
],
"config": {
"sort-packages": true,
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 75ffb20

Please sign in to comment.