Skip to content

Commit

Permalink
add support for Laravel 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 24, 2017
1 parent aac5206 commit 82593c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2017 Spatie bvba <[email protected]>
Copyright (c) Spatie bvba <[email protected]>

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 82593c9

Please sign in to comment.