Skip to content

Commit

Permalink
Update to Craft 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed May 11, 2024
1 parent 1a81210 commit ac4661f
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 260 deletions.
18 changes: 5 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
"type": "project",
"license": "0BSD",
"require": {
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/gatsby-helper": "v3.x-dev",
"craftcms/ckeditor": "^4.0.0-beta.1",
"nystudio107/craft-twigpack": "v5.x-dev",
"craftcms/cms": "^5.0.0",
"craftcms/gatsby-helper": "^2.0.0",
"craftcms/ckeditor": "^4.0.0",
"nystudio107/craft-twigpack": "^5.0.0",
"vlucas/phpdotenv": "^5.4.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"modules\\": "modules/"
Expand All @@ -35,11 +33,5 @@
"post-install-cmd": [
"@php craft clear-caches/all"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/craftcms/craft-twigpack"
}
]
}
}
Loading

0 comments on commit ac4661f

Please sign in to comment.