Skip to content

Commit d242eb1

Browse files
committed
version 1.0
1 parent b1c708b commit d242eb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ compliant logging class used to log information to the [LogEntries](https://loge
1313
From the Command Line:
1414

1515
```
16-
composer require cbschuld/LogEntries:dev-master
16+
composer require cbschuld/LogEntries:1.*
1717
```
1818

1919
In your `composer.json`:
2020

2121
``` json
2222
{
2323
"require": {
24-
"cbschuld/LogEntries": "dev-master"
24+
"cbschuld/LogEntries": "1.*"
2525
}
2626
}
2727
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cbschuld/logentries",
3-
"version": "dev-master",
3+
"version": "1.0",
44
"description": "A PHP PSR-3 compliant logging class for LogEntries service (https://logentries.com/)",
55
"keywords": [
66
"logging"

0 commit comments

Comments
 (0)