-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ceb7cf
commit 263a415
Showing
1 changed file
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,44 @@ | ||
{ | ||
"name": "roots/wordpress", | ||
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", | ||
"type": "metapackage", | ||
"description": "WordPress is web software you can use to create a beautiful website or blog.", | ||
"keywords": [ | ||
"wordpress", | ||
"blog", | ||
"cms" | ||
], | ||
"homepage": "https://wordpress.org/", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "WordPress Community", | ||
"homepage": "https://wordpress.org/about/" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://core.trac.wordpress.org/", | ||
"forum": "https://wordpress.org/support/", | ||
"wiki": "https://codex.wordpress.org/", | ||
"irc": "irc://irc.freenode.net/wordpress", | ||
"source": "https://core.trac.wordpress.org/browser", | ||
"docs": "https://developer.wordpress.org/", | ||
"rss": "https://wordpress.org/news/feed/" | ||
}, | ||
"type": "wordpress-core", | ||
"version": "5.9.3", | ||
"require": { | ||
"roots/wordpress-core-installer": "^1.0.0", | ||
"roots/wordpress-no-content": "self.version" | ||
"php": ">=5.3.2", | ||
"roots/wordpress-core-installer": ">=1.0.0" | ||
}, | ||
"provide": { | ||
"wordpress/core-implementation": "5.9.3" | ||
}, | ||
"dist": { | ||
"url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.9.3", | ||
"type": "zip" | ||
}, | ||
"source": { | ||
"url": "https://github.com/WordPress/WordPress.git", | ||
"type": "git", | ||
"reference": "5.9.3" | ||
} | ||
} | ||
} |
263a415
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@retlehs @swalkinshaw Is the previous automation correctly stopped? 😁
263a415
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LeoColomb whoops nothing to see here, just a wacky monday 🙃
#33 #35 #37