-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shasum value into generated packages
Close #1
- Loading branch information
Showing
3 changed files
with
82 additions
and
1 deletion.
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
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
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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"name": "roots/wordpress-dotorg", | ||
"version": "5.8.3", | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://downloads.wordpress.org/release/wordpress-5.8.3.zip", | ||
"shasum": "27f45019dc89125bf3a87f09c354ae54ea2ea4c9" | ||
}, | ||
"provide": { | ||
"wordpress/core-implementation": "5.8.3" | ||
}, | ||
"require": { | ||
"php": ">= 5.6.20", | ||
"roots/wordpress-core-installer": "^1.0" | ||
}, | ||
"suggest": { | ||
"ext-curl": "Performs remote request operations.", | ||
"ext-dom": "Used to validate Text Widget content and to automatically configuring IIS7+.", | ||
"ext-exif": "Works with metadata stored in images.", | ||
"ext-fileinfo": "Used to detect mimetype of file uploads.", | ||
"ext-hash": "Used for hashing, including passwords and update packages.", | ||
"ext-imagick": "Provides better image quality for media uploads.", | ||
"ext-json": "Used for communications with other servers.", | ||
"ext-libsodium": "Validates Signatures and provides securely random bytes.", | ||
"ext-mbstring": "Used to properly handle UTF8 text.", | ||
"ext-mysqli": "Connects to MySQL for database interactions.", | ||
"ext-openssl": "Permits SSL-based connections to other hosts.", | ||
"ext-pcre": "Increases performance of pattern matching in code searches.", | ||
"ext-xml": "Used for XML parsing, such as from a third-party site.", | ||
"ext-zip": "Used for decompressing Plugins, Themes, and WordPress update packages." | ||
}, | ||
"type": "wordpress-core", | ||
"license": [ | ||
"GPL-2.0-or-later" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "WordPress Community", | ||
"homepage": "https://wordpress.org/about/" | ||
} | ||
], | ||
"description": "WordPress is web software you can use to create a beautiful website or blog.", | ||
"homepage": "https://wordpress.org/", | ||
"keywords": [ | ||
"blog", | ||
"cms", | ||
"wordpress" | ||
], | ||
"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/" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "other", | ||
"url": "https://wordpressfoundation.org/donate/" | ||
} | ||
] | ||
} |