-
Notifications
You must be signed in to change notification settings - Fork 800
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
f22f244
commit e0fde56
Showing
14 changed files
with
162 additions
and
149 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -10,7 +10,26 @@ | |
"require": { | ||
"ext-fileinfo": "*", | ||
"ext-json": "*", | ||
"ext-openssl": "*" | ||
"ext-openssl": "*", | ||
"automattic/jetpack-abtest": "^1.3", | ||
"automattic/jetpack-assets": "^1.4", | ||
"automattic/jetpack-autoloader": "^1.7", | ||
"automattic/jetpack-backup": "^1.0", | ||
"automattic/jetpack-compat": "^1.2", | ||
"automattic/jetpack-config": "^1.2", | ||
"automattic/jetpack-connection": "^1.13", | ||
"automattic/jetpack-constants": "^1.2", | ||
"automattic/jetpack-error": "^1.0", | ||
"automattic/jetpack-jitm": "^1.6", | ||
"automattic/jetpack-logo": "^1.2", | ||
"automattic/jetpack-options": "^1.5", | ||
"automattic/jetpack-partner": "^1.0", | ||
"automattic/jetpack-redirect": "^1.1", | ||
"automattic/jetpack-roles": "^1.0", | ||
"automattic/jetpack-status": "^1.1", | ||
"automattic/jetpack-sync": "^1.12", | ||
"automattic/jetpack-terms-of-service": "^1.3", | ||
"automattic/jetpack-tracking": "^1.6" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jeherve
Member
|
||
}, | ||
"require-dev": { | ||
"dealerdirect/phpcodesniffer-composer-installer": "0.6.2", | ||
|
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
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
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
Oops, something went wrong.
@jeherve @dereksmart Is there a reason for why the cleanup step has been bypassed in the build script?
Maybe technical as my addition is still the latest change to the script file, but hard to say without access to the log... 😉
Ref #14900
Thanks! 🙂