Skip to content

Commit

Permalink
Added package config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Nov 28, 2024
1 parent df52190 commit 1e578a3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"composer/installers": "^1.0 || ^2.0",
"voku/simple_html_dom": "^4.8",
"wp-media/apply-filters-typed": "^1.0",
"wp-media/plugin-family": "^1.0"
"wp-media/plugin-family": "^1.0.3"
},
"require-dev": {
"php": "^7 || ^8",
Expand Down Expand Up @@ -125,7 +125,8 @@
"berlindb/core",
"wp-media/plugin-family"
]
}
},
"plugin_domain": "rocket"
},
"scripts": {
"test-unit": "\"vendor/bin/phpunit\" --testsuite unit --colors=always --configuration tests/Unit/phpunit.xml.dist",
Expand Down Expand Up @@ -241,11 +242,13 @@
"phpcs:fix": "phpcbf",
"post-install-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
"composer dump-autoload",
"WP_Rocket\\Dependencies\\WPMedia\\PluginFamily\\PostInstall::apply_text_domain"
],
"post-update-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
"composer dump-autoload",
"WP_Rocket\\Dependencies\\WPMedia\\PluginFamily\\PostInstall::apply_text_domain"
],
"report-code-coverage": "\"vendor/bin/phpcov\" merge tests/report --clover tests/report/coverage.clover"
}
Expand Down

0 comments on commit 1e578a3

Please sign in to comment.