-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update wordpress to 6.6.2 and plugins update
- Loading branch information
1 parent
a2e9075
commit 9a92f5c
Showing
2 changed files
with
91 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
Oops, something went wrong.