Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Stein committed May 10, 2022
1 parent d4cfffe commit d7c5df6
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 184 deletions.
16 changes: 5 additions & 11 deletions composer.json
Expand Up @@ -5,24 +5,18 @@
"license": "0BSD",
"minimum-stability": "dev",
"require": {
"clubstudioltd/craft-asset-rev": "dev-feature/craft-4",
"craftcms/cms": "^4.0.0-beta.1",
"craftcms/gatsby-helper": "2.0.x-dev",
"craftcms/redactor": "^3.0.x-dev",
"nystudio107/craft-typogrify": "^4.0.0-beta.1",
"clubstudioltd/craft-asset-rev": "^7.0.0",
"craftcms/cms": "^4.0.0",
"craftcms/gatsby-helper": "^2.0.0",
"craftcms/redactor": "^3.0.0",
"nystudio107/craft-typogrify": "^4.0.0-beta.2",
"vlucas/phpdotenv": "^5.4.0"
},
"autoload": {
"psr-4": {
"modules\\": "modules/"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/mattstein/craft-asset-rev.git"
}
],
"config": {
"sort-packages": true,
"optimize-autoloader": true,
Expand Down

0 comments on commit d7c5df6

Please sign in to comment.