Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-videopress-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js committed Nov 21, 2023
1 parent 70dcd63 commit 72e597d
Show file tree
Hide file tree
Showing 2 changed files with 450 additions and 599 deletions.
32 changes: 12 additions & 20 deletions projects/plugins/videopress/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-assets": "@dev",
"automattic/jetpack-autoloader": "@dev",
"automattic/jetpack-composer-plugin": "@dev",
"automattic/jetpack-config": "@dev",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-identity-crisis": "@dev",
"automattic/jetpack-my-jetpack": "@dev",
"automattic/jetpack-sync": "@dev",
"automattic/jetpack-plugins-installer": "@dev",
"automattic/jetpack-videopress": "@dev"
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-autoloader": "^3.0.2",
"automattic/jetpack-composer-plugin": "^2.0.0",
"automattic/jetpack-config": "^2.0.0",
"automattic/jetpack-connection": "^2.0.2",
"automattic/jetpack-identity-crisis": "^0.12.0",
"automattic/jetpack-my-jetpack": "^4.0.2",
"automattic/jetpack-sync": "^2.0.2",
"automattic/jetpack-plugins-installer": "^0.3.0",
"automattic/jetpack-videopress": "^0.21.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "@dev",
"automattic/jetpack-changelogger": "^4.0.2",
"automattic/wordbless": "0.4.2"
},
"autoload": {
Expand All @@ -30,15 +30,7 @@
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
},
"repositories": [
{
"type": "path",
"url": "../../packages/*",
"options": {
"monorepo": true
}
}
],
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand Down
Loading

0 comments on commit 72e597d

Please sign in to comment.