Skip to content

Commit 428eaf1

Browse files
committed
Change min PHP version to 8.2 in docs
1 parent 65aa5cb commit 428eaf1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.kiro/steering/tech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inclusion: always
55
# Technology Stack & Development Guidelines
66

77
## Required Code Standards
8-
- **PHP 8.1+** with `declare(strict_types=1)` in ALL files
8+
- **PHP 8.2+** with `declare(strict_types=1)` in ALL files
99
- **Namespace**: Use `StaticDeploy\` for all classes
1010
- **PHPStan Level Max**: Code must pass strict static analysis
1111
- **WordPress Coding Standards**: Follow PHPCS rules with zero violations

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: performance, s3, security, speed, static site generator
44
Requires at least: 6.4
55
Tested up to: 6.9
66
Stable tag: 9.8.0
7-
Requires PHP: 8.1
7+
Requires PHP: 8.2
88
License: Unlicense
99
License URI: https://github.com/staticweb-io/static-deploy/blob/develop/LICENSE
1010

src-github/drop-in/advanced-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author URI: https://github.com/staticweb-io/static-deploy
99
* Text Domain: static-deploy
1010
* Requires at least: 6.4
11-
* Requires PHP: 8.1
11+
* Requires PHP: 8.2
1212
* License URI: https://github.com/staticweb-io/static-deploy/blob/develop/LICENSE
1313
* License: Unlicense
1414
*/

staticweb-deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author URI: https://staticweb.io
99
* Text Domain: staticweb-deploy
1010
* Requires at least: 6.4
11-
* Requires PHP: 8.1
11+
* Requires PHP: 8.2
1212
* License URI: https://github.com/staticweb-io/static-deploy/blob/develop/LICENSE
1313
* License: Unlicense
1414
*/

views/diagnostics-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class="dashicons <?php echo $view['phpOutOfDate'] ? 'dashicons-no' : 'dashicons-
5757
<td>
5858
<p>The current officially supported PHP versions can be found on <a href="http://php.net/supported-versions.php" target="_blank">PHP.net</a></p>
5959

60-
<p>Static Deploy now requires a minimum of PHP 8.1.</p>
60+
<p>Static Deploy now requires a minimum of PHP 8.2.</p>
6161
</td>
6262
</tr>
6363
<tr>

0 commit comments

Comments
 (0)