Skip to content

Commit dcfbb93

Browse files
Merge pull request #182 from MITLibraries/dep-updates
WordPress 6.8 and other dependencies
2 parents 63fed18 + 51d921b commit dcfbb93

File tree

3 files changed

+223
-247
lines changed

3 files changed

+223
-247
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php-version: ['8.1', '8.2', '8.3', '8.4']
11+
php-version: ['8.2', '8.3', '8.4']
1212

1313
steps:
1414
- uses: actions/checkout@v4

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,16 @@
9090
"roots/multisite-url-fixer": "^1.1",
9191
"roots/wordpress": "*",
9292
"roots/wp-config": "*",
93-
"roots/wp-password-bcrypt": "*",
9493
"vlucas/phpdotenv": "^5.5",
9594
"wpackagist-plugin/acf-image-crop-add-on": "^1.4",
9695
"wpackagist-plugin/add-category-to-pages": "^1.2",
9796
"wpackagist-plugin/black-studio-tinymce-widget": "^2.7",
9897
"wpackagist-plugin/cf7-conditional-fields": "2.2.3",
99-
"wpackagist-plugin/cf7-to-zapier": "^3",
98+
"wpackagist-plugin/cf7-to-zapier": "^4",
10099
"wpackagist-plugin/classic-editor": "^1.6",
101100
"wpackagist-plugin/classic-widgets": "^0.3.0",
102101
"wpackagist-plugin/cms-tree-page-view": "^1.6",
103-
"wpackagist-plugin/contact-form-7": "^5.6",
102+
"wpackagist-plugin/contact-form-7": "^6",
104103
"wpackagist-plugin/content-audit-exporter": "^1.1",
105104
"wpackagist-plugin/custom-post-type-ui": "^1.13",
106105
"wpackagist-plugin/enable-media-replace": "^4.0",
@@ -113,7 +112,7 @@
113112
"wpackagist-plugin/pantheon-advanced-page-cache": "*",
114113
"wpackagist-plugin/redirection": "^5.3",
115114
"wpackagist-plugin/seamless-sticky-custom-post-types": "^1.4",
116-
"wpackagist-plugin/shortcode-variables": "^4.0",
115+
"wpackagist-plugin/shortcode-variables": "^5",
117116
"wpackagist-plugin/tinymce-advanced": "^5.6",
118117
"wpackagist-plugin/ultimate-posts-widget": "^2.2",
119118
"wpackagist-plugin/what-the-file": "^1.6",
@@ -130,7 +129,7 @@
130129
},
131130
"require-dev": {
132131
"roave/security-advisories": "dev-latest",
133-
"wp-coding-standards/wpcs": "^3.0.0"
132+
"wp-coding-standards/wpcs": "^3"
134133
},
135134
"config": {
136135
"optimize-autoloader": true,

0 commit comments

Comments
 (0)