Skip to content

Commit 29a7e29

Browse files
committed
Build/Test Tools: Add version to composer.json.
The lack of a specified `version` in the `composer.json` file is causing some unexpected warnings. Props sirlouen, johnbillion. See #63167. git-svn-id: https://develop.svn.wordpress.org/trunk@60211 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7616d11 commit 29a7e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "wordpress/wordpress",
3+
"versions": "6.9.0",
34
"license": "GPL-2.0-or-later",
45
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
56
"homepage": "https://wordpress.org",

0 commit comments

Comments
 (0)