From 414cf5a5c6cce3b05ac025107d4b83c8be5a7e9f Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Thu, 30 Jun 2016 15:38:07 +0000 Subject: [PATCH] updated to latest Foundation: --- composer.json | 4 ++-- src/FoundationMetaPackage.php | 39 +++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 src/FoundationMetaPackage.php diff --git a/composer.json b/composer.json index 02af1ac..4dd858b 100644 --- a/composer.json +++ b/composer.json @@ -5,14 +5,14 @@ "authors": [ { "name": "Garrett Mills", - "email": "garrett@glmills.gq" + "email": "glmdev@outlook.com" } ], "require": { "illuminate/support": "^5.2", "illuminate/database": "^5.2", "ramsey/uuid": "^3.4", - "glmdev/foundation": "^0.0.14" + "glmdev/foundation": "^0.0.16" }, "require-dev": { "phpunit/phpunit": "~4.0" diff --git a/src/FoundationMetaPackage.php b/src/FoundationMetaPackage.php new file mode 100644 index 0000000..d0562cf --- /dev/null +++ b/src/FoundationMetaPackage.php @@ -0,0 +1,39 @@ +