Skip to content

Commit

Permalink
update wordpress to 6.6.2 and plugins update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriipavlov committed Oct 6, 2024
1 parent a2e9075 commit 9a92f5c
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 72 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@
"package": {
"name": "solidbunch/wordpress-core",
"type": "laravel-library",
"version": "6.6.1",
"version": "6.6.2",
"dist": {
"type": "zip",
"url": "https://wordpress.org/wordpress-6.6.1.zip"
"url": "https://wordpress.org/wordpress-6.6.2.zip"
}
}
},
{
"type": "git",
"type": "vcs",
"url": "[email protected]:solidbunch/starter-kit-theme.git"
}
],
"require": {
"php": ">=8.1",
"solidbunch/wordpress-core": "6.6.1",
"solidbunch/wordpress-core": "6.6.2",
"composer/installers": "2.2.0",
"solidbunch/starter-kit-theme": "dev-develop",
"wpackagist-plugin/contact-form-7":"5.9.6",
"wpackagist-plugin/redirection":"5.4.2",
"wpackagist-plugin/svg-support":"2.5.5"
"wpackagist-plugin/contact-form-7":"5.9.8",
"wpackagist-plugin/redirection":"5.5.0",
"wpackagist-plugin/svg-support":"2.5.8"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"wpackagist-plugin/rewrite-rules-inspector": "1.4.0",
"wpackagist-plugin/query-monitor": "3.16.3"
"wpackagist-plugin/query-monitor": "3.16.4"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 9a92f5c

Please sign in to comment.