Skip to content

Commit

Permalink
Merge pull request #9 from solidbunch/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
yuriipavlov authored Jun 17, 2024
2 parents 8ed3138 + 3205d8b commit 6c50681
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 83 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Starter Kit foundation
# StarterKit Foundation
<!--suppress HtmlDeprecatedAttribute -->

<p align="center">
Expand All @@ -13,7 +13,7 @@
</p>

<p align="center">
<strong>Starter Kit foundation - is a WordPress environment boilerplate for fast and easy start projects with docker containers, convenient credential settings, improved configuration.</strong>
<strong>StarterKit foundation - is a WordPress environment boilerplate for fast and easy start projects with docker containers, convenient credential settings, improved configuration.</strong>

</p>

Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"package": {
"name": "solidbunch/wordpress-core",
"type": "laravel-library",
"version": "6.4.3",
"version": "6.5.4",
"dist": {
"type": "zip",
"url": "https://wordpress.org/wordpress-6.4.3.zip"
"url": "https://wordpress.org/wordpress-6.5.4.zip"
}
}
},
Expand All @@ -49,15 +49,16 @@
],
"require": {
"php": ">=8.1",
"solidbunch/wordpress-core": "6.4.3",
"solidbunch/wordpress-core": "6.5.4",
"composer/installers": "2.2.0",
"solidbunch/starter-kit-theme": "dev-develop",
"wpackagist-plugin/contact-form-7":"5.9.5",
"wpackagist-plugin/svg-support": "2.5.5"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"wpackagist-plugin/rewrite-rules-inspector": "1.3.1",
"wpackagist-plugin/query-monitor": "3.15.0"
"wpackagist-plugin/rewrite-rules-inspector": "1.4.0",
"wpackagist-plugin/query-monitor": "3.16.3"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 6c50681

Please sign in to comment.