Skip to content

Commit

Permalink
Laravel 8 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzefelix committed Sep 14, 2020
1 parent f40b7fb commit db44e6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,3 @@ checks:
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true

tools:
external_code_coverage:
timeout: 120
runs: 4
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

All Notable changes to `laravel-bigquery` will be documented in this file.
## [1.4.0] - 2020-09-14
- Add Compatibility With Laravel 8
- Drop support for Laravel 7
- Minimum PHP 7.3

## [1.3.0] - 2020-04-13
- Add Compatibility With Laravel 7
- Drop support for Laravel 6
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"php": "^7.2.5",
"php": "^7.3",
"google/cloud-bigquery": "^1.0.0",
"illuminate/support": "^7.0",
"illuminate/support": "^8.0",
"symfony/cache": "^4.3|^5.0"
},
"require-dev": {
Expand Down

0 comments on commit db44e6c

Please sign in to comment.