From 91b6292dfbf450b9f01c8f388ab2af3f43474bb7 Mon Sep 17 00:00:00 2001 From: Roots Ladybug Date: Tue, 25 Jan 2022 19:50:58 +0000 Subject: [PATCH] updates to 5.9 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index acfec4f..ff8af18 100644 --- a/composer.json +++ b/composer.json @@ -24,21 +24,21 @@ "rss": "https://wordpress.org/news/feed/" }, "type": "wordpress-core", - "version": "5.8.3", + "version": "5.9", "require": { "php": ">=5.3.2", "roots/wordpress-core-installer": ">=1.0.0" }, "provide": { - "wordpress/core-implementation": "5.8.3" + "wordpress/core-implementation": "5.9" }, "dist": { - "url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.8.3", + "url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.9", "type": "zip" }, "source": { "url": "https://github.com/WordPress/WordPress.git", "type": "git", - "reference": "5.8.3" + "reference": "5.9" } } \ No newline at end of file