Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from zischler/develop
Browse files Browse the repository at this point in the history
Craft Helium 1.0.0
  • Loading branch information
zischler authored Jan 29, 2021
2 parents 3fe2578 + e5f5c18 commit c96b1d9
Show file tree
Hide file tree
Showing 207 changed files with 12,089 additions and 14,225 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
- npm run build

### Optional
- Automatically load Project.yaml changes: ./craft project-config/sync
- Automatically load Project.yaml changes: ./craft project-config/apply
- If you change some Craft Admin Central stuff with an own plugin: composer dump-autoload
- Clear Craft Caches: ./craft clear-caches/all
12 changes: 6 additions & 6 deletions craft/composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"require": {
"craftcms/cms": "3.4.27",
"craftcms/cms": "3.6.1",
"craftcms/contact-form": "2.2.7",
"craftcms/redactor": "2.6.1",
"hybridinteractive/craft-contact-form-extensions": "1.2.1",
"craftcms/redactor": "2.8.5",
"hybridinteractive/craft-contact-form-extensions": "1.2.4",
"miranj/craft-obfuscator": "1.0.4",
"nystudio107/craft-twigpack": "1.2.3",
"spicyweb/craft-neo": "2.7.21",
"nystudio107/craft-twigpack": "1.2.9",
"spicyweb/craft-neo": "2.8.17",
"vlucas/phpdotenv": "^2.4.0"
},
"autoload": {
Expand All @@ -18,7 +18,7 @@
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.0"
"php": "7.4"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit c96b1d9

Please sign in to comment.