Skip to content

Commit

Permalink
Add old versions of plugins with composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeDCrawford committed Aug 31, 2022
1 parent 8a8f392 commit d762568
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 2 deletions.
7 changes: 6 additions & 1 deletion bedrock/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@
"roots/wordpress": "6.0.2",
"roots/wp-config": "1.0.0",
"roots/wp-password-bcrypt": "1.1.0",
"wpackagist-theme/twentytwentytwo": "^1.2"
"wpackagist-theme/twentytwentytwo": "^1.2",
"wpackagist-plugin/advanced-custom-fields": "4.4.12",
"wpackagist-plugin/acf-field-date-time-picker": "2.1.5",
"wpackagist-plugin/jwt-authentication-for-wp-rest-api": "1.2.5",
"wpackagist-plugin/user-role-editor": "4.36.1",
"wpackagist-plugin/wordpress-importer": "0.6.3"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7.1",
Expand Down
92 changes: 91 additions & 1 deletion bedrock/composer.lock

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

0 comments on commit d762568

Please sign in to comment.