|
6 | 6 | "require": {
|
7 | 7 | "php": ">=7.2",
|
8 | 8 | "automattic/jetpack-blocks": "^3.0.8-alpha",
|
9 |
| - "automattic/jetpack-assets": "^4.0.14-alpha", |
10 |
| - "automattic/jetpack-connection": "^6.7.7-alpha", |
11 |
| - "automattic/jetpack-logo": "^3.0.4-alpha", |
12 |
| - "automattic/jetpack-status": "^5.0.10-alpha", |
13 |
| - "automattic/jetpack-sync": "^4.9.2-alpha" |
| 9 | + "automattic/jetpack-assets": "^4.0.14", |
| 10 | + "automattic/jetpack-connection": "^6.7.7", |
| 11 | + "automattic/jetpack-logo": "^3.0.4", |
| 12 | + "automattic/jetpack-status": "^5.0.10", |
| 13 | + "automattic/jetpack-sync": "^4.9.2" |
14 | 14 | },
|
15 | 15 | "require-dev": {
|
16 | 16 | "yoast/phpunit-polyfills": "^3.0.0",
|
17 |
| - "automattic/jetpack-changelogger": "^6.0.2-alpha", |
18 |
| - "automattic/jetpack-connection": "^6.7.7-alpha", |
| 17 | + "automattic/jetpack-changelogger": "^6.0.2", |
| 18 | + "automattic/jetpack-connection": "^6.7.7", |
19 | 19 | "automattic/jetpack-test-environment": "@dev",
|
20 |
| - "automattic/phpunit-select-config": "^1.0.1-alpha" |
| 20 | + "automattic/phpunit-select-config": "^1.0.1" |
21 | 21 | },
|
22 | 22 | "suggest": {
|
23 | 23 | "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
|
0 commit comments