Skip to content

Commit 534b5a4

Browse files
committed
Release 1.0.0
1 parent 61b2621 commit 534b5a4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.php diff=php
2+
3+
/.editorconfig export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 1.0.0 - 2019-08-17
44

55
* Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A Laravel package for the [Firebase PHP Admin SDK](https://github.com/kreait/fir
1414
## Installation
1515

1616
```bash
17-
composer require kreait/laravel-firebase ^1.0@dev
17+
composer require kreait/laravel-firebase ^1.0
1818
```
1919

2020
If you don't use package auto-discovery, add the following service provider in `config/app.php`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"extra": {
2525
"branch-alias": {
26-
"dev-master": "1.0-dev"
26+
"dev-master": "1.x-dev"
2727
},
2828
"laravel": {
2929
"providers": [

0 commit comments

Comments
 (0)