Skip to content

Commit

Permalink
chore: Release v4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Mar 3, 2020
1 parent a13c93f commit af66b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### v4.0.0 - TBA
### v4.0.0 - 2020-03-03

- Updated for Laravel 7.

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@
"cs:check": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --diff --dry-run --config .php_cs.php",
"cs:fix": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --config .php_cs.php",
"test": "./vendor/bin/phpunit --verbose --colors=always"
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit af66b34

Please sign in to comment.