From a779120434eff164d2ee0e1540ab4dd2047d6db6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 7 Nov 2017 13:10:51 +0000 Subject: [PATCH] Add PHP UK talk --- app/config/sculpin_site.yml | 5 +++++ source/_talks/goodbye-drush-make-hello-composer.md | 1 + 2 files changed, 6 insertions(+) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index d000f042..fa9cc701 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -215,6 +215,11 @@ events: location: Bristol, UK website: https://phpsw.uk + phpuk18: + name: PHP UK Conference 2018 + location: London, UK + website: https://www.phpconference.co.uk + swdug: name: SWDUG location: Cardiff, UK diff --git a/source/_talks/goodbye-drush-make-hello-composer.md b/source/_talks/goodbye-drush-make-hello-composer.md index ed7dcfe9..1bc0bb2a 100644 --- a/source/_talks/goodbye-drush-make-hello-composer.md +++ b/source/_talks/goodbye-drush-make-hello-composer.md @@ -6,6 +6,7 @@ slides: embed: '' events: - { event: drupal-bristol, date: '2016-11-17' } + - { event: phpuk18, date: '2018-02-01', fuzzy_date: true } --- 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.