Skip to content

Commit

Permalink
Merge branch '3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Sep 14, 2018
2 parents 0ef5e4f + bc5046f commit 6b6913e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Composer
composer.lock
vendor/*
/vendor/*
/composer.lock

# PHPUnit
/coverage/*
/.phpunit.result.cache
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/widget`.

## 3.7.0

Released: 2018-09-14

### Changes

* Update support for Laravel Framework v5.7.

## 3.6.0

Released: 2018-02-20
Expand All @@ -17,11 +25,3 @@ Released: 2017-11-09
### Changes

* Update support for Laravel Framework v5.5.

## 3.4.0

Released: 2017-02-13

### Changes

* Update support for Laravel Framework v5.4.
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="vendor/autoload.php"
cacheResult="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down

0 comments on commit 6b6913e

Please sign in to comment.