From fd08a62c32cd93bfe4580070e3cbdacefa7c4090 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 14 Nov 2017 20:38:32 +0000 Subject: [PATCH] Fix date --- source/_talks/goodbye-drush-make-hello-composer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_talks/goodbye-drush-make-hello-composer.md b/source/_talks/goodbye-drush-make-hello-composer.md index 19a9dc2d..86bd06f0 100644 --- a/source/_talks/goodbye-drush-make-hello-composer.md +++ b/source/_talks/goodbye-drush-make-hello-composer.md @@ -6,7 +6,7 @@ slides: embed: '' events: - { event: drupal-bristol, date: '2016-11-17' } - - { event: phpuk18, date: '2018-02-17', time: '14:40 - 15:40' } + - { event: phpuk18, date: '2018-02-16', time: '14:40 - 15:40' } --- One of the main outcomes of Drupal 8 was “getting off the island” with third-party code included in core and adopting modern best practices from the wider PHP ecosystem - including [Composer][1], PHP’s dependency manager.