Skip to content

Commit

Permalink
composer require craftcms/cms:^3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
internetztube committed Feb 9, 2023
1 parent f57e3a4 commit 8fabc9f
Show file tree
Hide file tree
Showing 2 changed files with 3,888 additions and 1,210 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1"
"craftcms/cms": "^3.5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -34,5 +34,11 @@
"handle": "slug-equals-title",
"changelogUrl": "https://raw.githubusercontent.com/internetztube/craft-slug-equals-title/master/CHANGELOG.md",
"class": "internetztube\\slugEqualsTitle\\SlugEqualsTitle"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}
Loading

0 comments on commit 8fabc9f

Please sign in to comment.