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 23, 2017
1 parent 13741d3 commit 33f89d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

All Notable changes to Laravel-Analytics will be documented in this file
All notable changes to Laravel-Analytics will be documented in this file

## 2.4.0 - 2017-01-23
- add support for Laravel 5.4
- dropped support for anything lower than Laravel 5.3

## 2.3.1 - 2016-10-14
- improve exception message
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
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@
],
"require": {
"php" : "^7.0",
"illuminate/contracts": "~5.1.0|~5.2.0|~5.3.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0",
"illuminate/contracts": "~5.3.0|~5.4.0",
"illuminate/support": "~5.3.0|~5.4.0",
"google/apiclient" : "^1.1",
"nesbot/carbon": "^1.21"

},
"require-dev": {
"phpunit/phpunit" : "^4.0",
"orchestra/testbench" : "3.3.x@dev",
"orchestra/database" : "3.3.x@dev",
"phpunit/phpunit" : "^5.0",
"orchestra/testbench" : "~3.3.0|~3.4.0",
"mockery/mockery": "^0.9.5"
},
"autoload": {
Expand Down

0 comments on commit 33f89d6

Please sign in to comment.