Skip to content

Commit

Permalink
updated CMS & plugins/npm fixes & updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rossthomson89 committed Oct 7, 2024
1 parent defb4e0 commit ef039a6
Show file tree
Hide file tree
Showing 9 changed files with 5,019 additions and 8,999 deletions.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ ENVIRONMENT=dev

# The secure key Craft will use for hashing and encrypting data
CRAFT_SECURITY_KEY=
#CRAFT_SECURITY_KEY=gl3r0YAU3OQ4YFk_lEiyHGdbwt3MD3MX

# The application ID used to uniquely store session and cache data, mutex locks, and more
CRAFT_APP_ID=
#CRAFT_APP_ID=CraftCMS--e3276375-4a8d-4f56-bd44-19896d72c3cc

# The database driver that will be used (mysql or pgsql)
CRAFT_DB_DRIVER=mysql
Expand All @@ -18,12 +20,15 @@ CRAFT_DB_PORT=3306

# The name of the database to select
CRAFT_DB_DATABASE=
#CRAFT_DB_DATABASE=craft_boilerplate

# The database username to connect with
CRAFT_DB_USER=
#CRAFT_DB_USER=root

# The database password to connect with
CRAFT_DB_PASSWORD=
#CRAFT_DB_PASSWORD=root

# The database schema that will be used (PostgreSQL only)
CRAFT_DB_SCHEMA=
Expand All @@ -33,6 +38,7 @@ CRAFT_DB_TABLE_PREFIX=

# The url of your site
PRIMARY_SITE_URL=
#PRIMARY_SITE_URL=http://boilerplate.local/

# The name of the site to be shown in the CMS
SITE_NAME="Craft CMS Boilerplate"
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"license": "MIT",
"require": {
"adigital/cookie-consent-banner": "2.0.1",
"craftcms/aws-s3": "2.0.3",
"craftcms/cms": "4.8.1",
"craftcms/redactor": "3.0.4",
"ether/seo": "4.2.2",
"craftcms/aws-s3": "2.2.1",
"craftcms/cms": "4.12.5",
"craftcms/redactor": "3.1.0",
"ether/seo": "4.2.3",
"sebastianlenz/linkfield": "2.1.5",
"solspace/craft-freeform": "5.1.2",
"spicyweb/craft-neo": "4.0.6",
"verbb/buttonbox": "4.2.0",
"verbb/navigation": "2.0.26",
"verbb/super-table": "3.0.12",
"solspace/craft-freeform": "5.6.4",
"spicyweb/craft-neo": "4.2.16",
"verbb/buttonbox": "4.2.4",
"verbb/navigation": "2.1.1",
"verbb/super-table": "3.0.15",
"vlucas/phpdotenv": "^3.4.0",
"wrav/oembed": "3.0.8"
"wrav/oembed": "3.1.1"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.5"
Expand Down
Loading

0 comments on commit ef039a6

Please sign in to comment.