Skip to content

Commit

Permalink
Remove unnecessary function_exists() checks (#34222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve authored and matticbot committed Nov 21, 2023
1 parent 5de7d13 commit cb49a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.0.2-alpha",
"automattic/jetpack-autoloader": "^3.0.1",
"automattic/jetpack-autoloader": "^3.0.2-alpha",
"automattic/jetpack-config": "^2.0.0",
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-redirect": "^2.0.0",
"automattic/jetpack-plans": "^0.4.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.1",
"automattic/jetpack-changelogger": "^4.0.2-alpha",
"automattic/wordbless": "0.4.2"
},
"suggest": {
Expand Down

0 comments on commit cb49a6f

Please sign in to comment.