Skip to content

Commit 0907943

Browse files
committed
Bump minimum required WP from 5.6 to 5.9
1 parent 8683842 commit 0907943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/DependencySupport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DependencySupport implements Service {
3030
*
3131
* @var string
3232
*/
33-
const WP_MIN_VERSION = '5.6';
33+
const WP_MIN_VERSION = '5.9';
3434

3535
/**
3636
* Determines whether core or Gutenberg provides minimal support.

0 commit comments

Comments
 (0)