{"id":299405,"date":"2021-08-04T13:10:32","date_gmt":"2021-08-04T13:10:32","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=299405"},"modified":"2025-12-29T09:55:03","modified_gmt":"2025-12-29T09:55:03","slug":"how-to-upgrade-magento2-to-the-latest-version","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/","title":{"rendered":"How to upgrade Magento 2 to the latest version (Command Line)"},"content":{"rendered":"\n<p>Magento <span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">2&#8217;s latest release always focuses on enhancing security, improving performance, and fixing bugs. This blog can help you with <a href=\"https:\/\/webkul.com\/magento-2-upgrade-services\/\">Magento 2 Upgrade services<\/a><\/span>.<\/p>\n\n\n\n<p>Please check the <a href=\"https:\/\/experienceleague.adobe.com\/en\/docs\/commerce-operations\/installation-guide\/system-requirements\" rel=\"nofollow\">system requirements for the Magento 2<\/a> version<\/p>\n\n\n\n<p><strong>Note: <\/strong>It is recommended to take the code and database backup if you plan to upgrade your live site.<\/p>\n\n\n\n<p>We will upgrade to the latest Magento in the following steps.<\/p>\n\n\n\n<p><strong>Step 1:<\/strong> Change your composer version to the compatible version of the latest Magento 2 version.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer -vvv about<\/pre>\n\n\n\n<p><strong>Step 2:<\/strong> Take a backup of the composer.json<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">cp composer.json composer.json.bak<\/pre>\n\n\n\n<p><strong>Step 3:<\/strong> Put your site into maintenance mode.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/magento maintenance:enable<\/pre>\n\n\n\n<p><strong>Step 4:<\/strong> Install the Composer update plugin<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require magento\/composer-root-update-plugin=~2.0 --no-update<\/pre>\n\n\n\n<p><strong>Step 5:<\/strong> Update Magento version in the composer.json file using the below command. You can type any required Magento version.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require magento\/product-community-edition=2.4.8 --no-update<\/pre>\n\n\n\n<p><strong>Step 6:<\/strong> This step keeps you safe from dependency version issues. You have to update the &#8220;require-dev&#8221; key in root composer.json. You can see this in the Magento composer.json file on GitHub.<\/p>\n\n\n\n<p>Check the <a href=\"https:\/\/github.com\/magento\/magento2\/blob\/2.4.8\/composer.json\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Magento 2.4.8 required compatible dependencies<\/a>.<\/p>\n\n\n\n<p>Here we are using the require-dev of Magento 2.4.8.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;require-dev&quot;: {\n    &quot;magento\/magento-allure-phpunit&quot;: &quot;^3.0&quot;,\n    &quot;dealerdirect\/phpcodesniffer-composer-installer&quot;: &quot;^0.7 || ^1.0&quot;,\n    &quot;dg\/bypass-finals&quot;: &quot;^1.4&quot;,\n    &quot;friendsofphp\/php-cs-fixer&quot;: &quot;^3.22&quot;,\n    &quot;carlos-mg89\/oauth&quot;: &quot;^0.8.17&quot;,\n    &quot;magento\/magento-coding-standard&quot;: &quot;*&quot;,\n    &quot;magento\/magento2-functional-testing-framework&quot;: &quot;^5.0&quot;,\n    &quot;pdepend\/pdepend&quot;: &quot;3.x-dev&quot;,\n    &quot;phpmd\/phpmd&quot;: &quot;3.x-dev&quot;,\n    &quot;phpstan\/phpstan&quot;: &quot;^1.9&quot;,\n    &quot;phpunit\/phpunit&quot;: &quot;^10.5&quot;,\n    &quot;symfony\/finder&quot;: &quot;^6.4&quot;\n}<\/pre>\n\n\n\n<p><strong>Step 7:<\/strong> Now, change the PHP version to the compatible version with Magento 2.4.8.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo a2dismod php7.3\nsudo a2enmod php8.3\nsudo update-alternatives --set php \/usr\/bin\/php8.3\nsudo \/etc\/init.d\/apache2 restart\nphp --version<\/pre>\n\n\n\n<p><strong>Step 8:<\/strong> Update dependencies using the following command.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer update<\/pre>\n\n\n\n<p><strong>Step 9:<\/strong> Execute the following commands.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">rm -rf var\/cache\/*\nrm -rf var\/page_cache\/*\nrm -rf generated\/code\/*\nbin\/magento setup:upgrade\nphp bin\/magento setup:di:compile\nphp bin\/magento setup:static-content:deploy -f\nphp bin\/magento c:f<\/pre>\n\n\n\n<p><strong>Step 10:<\/strong> Check the base URL in core_config_data and update it by adding pub\/ after the base URL.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/magento c:f<\/pre>\n\n\n\n<p><strong>Step 11:<\/strong> Disable the maintenance mode<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/magento maintenance:disable<\/pre>\n\n\n\n<p>Hope this helps, Thanks \ud83d\ude42<\/p>\n\n\n\n<p>If you require technical support, feel free to email us at&nbsp;<a href=\"mailto:support@webkul.com\">support@webkul.com<\/a>.<\/p>\n\n\n\n<p>Additionally, explore a wide array of solutions to boost your store\u2019s capabilities by visiting the&nbsp;<a href=\"https:\/\/store.webkul.com\/Magento-2.html\">Adobe Commerce modules<\/a> section.<\/p>\n\n\n\n<p>For expert advice or to create tailored features,&nbsp;<a href=\"https:\/\/webkul.com\/hire-magento-developers\/\">hire Adobe Commerce Developers<\/a>&nbsp;for your project.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Magento 2&#8217;s latest release always focuses on enhancing security, improving performance, and fixing bugs. This blog can help you with Magento 2 Upgrade services. Please check the system requirements for the Magento 2 version Note: It is recommended to take the code and database backup if you plan to upgrade your live site. We will <a href=\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":370,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9121,1],"tags":[2056,2070,14566,14567,823,14565,13518,590],"class_list":["post-299405","post","type-post","status-publish","format-standard","hentry","category-magento-2","category-uncategorized","tag-magento","tag-magento2","tag-magento2update","tag-magentoupdate","tag-migration","tag-servermigration","tag-upgrade","tag-webkul"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to upgrade Magento 2 to the latest version<\/title>\n<meta name=\"description\" content=\"Magento 2 latest release always focuses on enhancing security, improving performance, and fixing bugs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to upgrade Magento 2 to the latest version\" \/>\n<meta property=\"og:description\" content=\"Magento 2 latest release always focuses on enhancing security, improving performance, and fixing bugs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-04T13:10:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-29T09:55:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Piyush Goel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Piyush Goel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/\"},\"author\":{\"name\":\"Piyush Goel\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/b7e57903873f644e164ab966ddc2dfaa\"},\"headline\":\"How to upgrade Magento 2 to the latest version (Command Line)\",\"datePublished\":\"2021-08-04T13:10:32+00:00\",\"dateModified\":\"2025-12-29T09:55:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/\"},\"wordCount\":279,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"keywords\":[\"magento\",\"Magento2\",\"magento2update\",\"magentoupdate\",\"migration\",\"servermigration\",\"upgrade\",\"webkul\"],\"articleSection\":[\"Magento 2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/\",\"name\":\"How to upgrade Magento 2 to the latest version\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"datePublished\":\"2021-08-04T13:10:32+00:00\",\"dateModified\":\"2025-12-29T09:55:03+00:00\",\"description\":\"Magento 2 latest release always focuses on enhancing security, improving performance, and fixing bugs.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to upgrade Magento 2 to the latest version (Command Line)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/b7e57903873f644e164ab966ddc2dfaa\",\"name\":\"Piyush Goel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9ac760cf4b3f2187249f6510acc102cdb51926a23b59b9926232575f2316be6a?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9ac760cf4b3f2187249f6510acc102cdb51926a23b59b9926232575f2316be6a?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Piyush Goel\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/piyush-goel190\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to upgrade Magento 2 to the latest version","description":"Magento 2 latest release always focuses on enhancing security, improving performance, and fixing bugs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/","og_locale":"en_US","og_type":"article","og_title":"How to upgrade Magento 2 to the latest version","og_description":"Magento 2 latest release always focuses on enhancing security, improving performance, and fixing bugs.","og_url":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-08-04T13:10:32+00:00","article_modified_time":"2025-12-29T09:55:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png","type":"image\/png"}],"author":"Piyush Goel","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Piyush Goel","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/"},"author":{"name":"Piyush Goel","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/b7e57903873f644e164ab966ddc2dfaa"},"headline":"How to upgrade Magento 2 to the latest version (Command Line)","datePublished":"2021-08-04T13:10:32+00:00","dateModified":"2025-12-29T09:55:03+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/"},"wordCount":279,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"keywords":["magento","Magento2","magento2update","magentoupdate","migration","servermigration","upgrade","webkul"],"articleSection":["Magento 2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/","url":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/","name":"How to upgrade Magento 2 to the latest version","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"datePublished":"2021-08-04T13:10:32+00:00","dateModified":"2025-12-29T09:55:03+00:00","description":"Magento 2 latest release always focuses on enhancing security, improving performance, and fixing bugs.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-upgrade-magento2-to-the-latest-version\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to upgrade Magento 2 to the latest version (Command Line)"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/b7e57903873f644e164ab966ddc2dfaa","name":"Piyush Goel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9ac760cf4b3f2187249f6510acc102cdb51926a23b59b9926232575f2316be6a?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9ac760cf4b3f2187249f6510acc102cdb51926a23b59b9926232575f2316be6a?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Piyush Goel"},"url":"https:\/\/webkul.com\/blog\/author\/piyush-goel190\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/299405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/370"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=299405"}],"version-history":[{"count":32,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/299405\/revisions"}],"predecessor-version":[{"id":519149,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/299405\/revisions\/519149"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=299405"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=299405"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=299405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}