diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc7d81..ad8b6ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All Notable changes to `laravel-cookie-consent` will be documented in this file +## 1.8.0 - 2017-01-24 + +- add support for Laravel 5.4 + ## 1.7.0 - 2016-11-07 - added Dutch translation diff --git a/LICENSE.md b/LICENSE.md index da40f36..0b32f5f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2017 Spatie bvba +Copyright (c) Spatie bvba > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index c542e7e..dad0944 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,8 @@ }, "require-dev": { "phpunit/phpunit": "4.*", - "orchestra/testbench": "3.1", + "orchestra/testbench": "~3.1.0|~3.2.0|~3.3.0|~3.4.0@dev", + "orchestra/database": "~3.1.0|~3.2.0|~3.3.0|~3.4.0@dev", "fzaninotto/faker": "~1.4" }, "autoload": {