forked from LiveCarta/LiveCartaWP
Removed redundant packages, bumped up wordpress image version
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -34,3 +34,6 @@ htdocs/wp-content/themes/*
|
||||
vendor/
|
||||
|
||||
.DS_store
|
||||
|
||||
.devcontainer
|
||||
.git*
|
||||
|
||||
@@ -3,7 +3,7 @@ WORKDIR /src
|
||||
COPY . .
|
||||
RUN composer install --no-dev --optimize-autoloader
|
||||
|
||||
FROM wordpress:6.1.1-php8.2 AS app
|
||||
FROM wordpress:6.9.1-php8.5 AS app
|
||||
ARG ENV_NAME
|
||||
|
||||
USER www-data:www-data
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "lawcarta/wordpress",
|
||||
"description": "LawCarta WordPress Site",
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.5",
|
||||
"wpackagist-plugin/svg-support": "~2.5",
|
||||
"wpackagist-plugin/toggle-wpautop": "~1.3",
|
||||
"wpackagist-plugin/tinymce-advanced": "~5.9",
|
||||
@@ -10,9 +9,7 @@
|
||||
"wpackagist-plugin/flamingo": "~2.2",
|
||||
"wpackagist-plugin/really-simple-captcha": "~2.0",
|
||||
"wpackagist-plugin/enhanced-media-library": "~2.8",
|
||||
"wpackagist-plugin/menu-item-custom-fields": "~1.0.0",
|
||||
"wpackagist-plugin/wp-rest-api-v2-menus": "~0.12",
|
||||
"wpackagist-plugin/cf7-field-validation": "~1.1",
|
||||
"wpackagist-plugin/taxonomy-terms-order": "~1.7",
|
||||
"wpackagist-plugin/wordpress-seo": "~20",
|
||||
"wpackagist-plugin/post-types-order": "~2",
|
||||
@@ -20,9 +17,10 @@
|
||||
"wpackagist-plugin/meta-tag-manager": "~3",
|
||||
"wpackagist-plugin/disable-big-image-threshold": "~1",
|
||||
"wpackagist-plugin/wps-hide-login": "~1.9",
|
||||
"humanmade/s3-uploads": "^2.2",
|
||||
"humanmade/s3-uploads": "~2.3",
|
||||
"wpackagist-plugin/google-sitemap-generator": "4.1.21",
|
||||
"wpackagist-plugin/mailchimp-for-wp": "4.10.1"
|
||||
"wpackagist-plugin/mailchimp-for-wp": "4.10.1",
|
||||
"wpackagist-plugin/duplicator": "~1.5"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
@@ -41,6 +39,9 @@
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"vendor-dir": "htdocs/wp-content/vendor"
|
||||
"vendor-dir": "htdocs/wp-content/vendor",
|
||||
"allow-plugins": {
|
||||
"composer/installers": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
874
composer.lock
generated
874
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user