-
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.
- Loading branch information
Showing
14 changed files
with
173 additions
and
125 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
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.5.5", | ||
"version": "6.6.2", | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://wordpress.org/wordpress-6.5.5.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.5.5", | ||
"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, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ WP_DB_CHARSET=utf8mb4 | |
# Default admin for WorPress installation | ||
WP_ADMIN_USER=admin | ||
[email protected] | ||
#WP_ADMIN_PASSWORD will be generated in installation script | ||
WP_ADMIN_PASSWORD=generate_this_pass | ||
|
||
# Authentication unique keys and salts | ||
WP_AUTH_KEY='generate_key' | ||
|
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
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