Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 17, 2019
1 parent 61b2621 commit 534b5a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.php diff=php

/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CHANGELOG

## Unreleased
## 1.0.0 - 2019-08-17

* Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A Laravel package for the [Firebase PHP Admin SDK](https://github.com/kreait/fir
## Installation

```bash
composer require kreait/laravel-firebase ^1.0@dev
composer require kreait/laravel-firebase ^1.0
```

If you don't use package auto-discovery, add the following service provider in `config/app.php`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 534b5a4

Please sign in to comment.