Skip to content

Commit 57be889

Browse files
Build "Merge pull request #3420 from Parsely/add/phpmyadmin-to-wpenv-environment" (80fb317)
1 parent 562f11b commit 57be889

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.wp-env.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"plugins": [
33
"."
4-
]
4+
],
5+
"env": {
6+
"development": {
7+
"phpmyadminPort": 9000
8+
}
9+
}
510
}

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'parsely/wp-parsely',
44
'pretty_version' => 'dev-develop',
55
'version' => 'dev-develop',
6-
'reference' => '4ff8fdf4cfac5c49351edd0d273339db74a34b63',
6+
'reference' => '562f11be5cc51ddc4b7943023499cf1ca9651533',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'parsely/wp-parsely' => array(
3232
'pretty_version' => 'dev-develop',
3333
'version' => 'dev-develop',
34-
'reference' => '4ff8fdf4cfac5c49351edd0d273339db74a34b63',
34+
'reference' => '562f11be5cc51ddc4b7943023499cf1ca9651533',
3535
'type' => 'wordpress-plugin',
3636
'install_path' => __DIR__ . '/../../',
3737
'aliases' => array(),

0 commit comments

Comments
 (0)