From fb5c8265383f29df381d99b98f519aa658701553 Mon Sep 17 00:00:00 2001 From: benatespina Date: Thu, 2 Feb 2017 19:22:55 +0100 Subject: [PATCH] Made compatible with user v0.8 --- LICENSE | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ebd49f5..0213cdc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2016 BenGor +Copyright (c) 2015-2017 BenGor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/composer.json b/composer.json index 2ef2939..20009d2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^5.5 || ^7.0", - "bengor-user/user": "^0.6 || ^0.7", + "bengor-user/user": "^0.6 || ^0.7 || ^0.8", "simple-bus/message-bus": "^2.2" },