Skip to content

Commit

Permalink
Merge branch 'develop' into seo-update
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.lock
  • Loading branch information
janhenckens committed Feb 1, 2024
2 parents b248780 + 58806e6 commit 1a2fa08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": ">=8.2",
"ext-json": "*",
"craftcms/ckeditor": "3.4.0",
"craftcms/cms": "4.5.11.1",
"craftcms/cms": "4.7.0",
"craftcms/postmark": "3.0.0",
"hybridinteractive/craft-position-fieldtype": "4.0.0",
"hybridinteractive/craft-width-fieldtype": "^4.0",
Expand Down Expand Up @@ -51,6 +51,9 @@
}
},
"scripts": {
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --ansi --fix",
"phpstan": "phpstan --memory-limit=1G",
"post-create-project-cmd": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php -r \"copy('.gitignore.example', '.gitignore');\"",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a2fa08

Please sign in to comment.