Skip to content

Commit 81848b1

Browse files
committed
Update the composer packages
1 parent 203b0ab commit 81848b1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515
},
1616
"require": {
17-
"php": ">=8.0",
17+
"php": ">=8.1",
1818
"masterminds/html5": "^2.8",
1919
"symfony/dom-crawler": "^6.0",
2020
"symfony/css-selector": "^6.0"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<rule ref="PHPCompatibilityWP"/>
3535
<!-- For help in understanding this testVersion:
3636
https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
37-
<config name="testVersion" value="8.0-"/>
37+
<config name="testVersion" value="8.1-"/>
3838

3939
<rule ref="WordPress-Docs">
4040
<exclude-pattern>/tests</exclude-pattern>

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'automattic/vip-block-data-api',
44
'pretty_version' => 'dev-trunk',
55
'version' => 'dev-trunk',
6-
'reference' => 'e3fd40c4c441c45fd355f50767783c95a4910fcb',
6+
'reference' => '203b0abed8739e0a1e7923f226b2eb92794fd988',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'automattic/vip-block-data-api' => array(
1414
'pretty_version' => 'dev-trunk',
1515
'version' => 'dev-trunk',
16-
'reference' => 'e3fd40c4c441c45fd355f50767783c95a4910fcb',
16+
'reference' => '203b0abed8739e0a1e7923f226b2eb92794fd988',
1717
'type' => 'wordpress-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)