Skip to content

Commit 4eb76f0

Browse files
author
Riari
committed
Prepare for first stable release
1 parent 96b15a4 commit 4eb76f0

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
},
2222
"suggest": {
2323
"riari/laravel-forum-frontend": "The standard forum frontend that provides views written with Bootstrap 3"
24-
},
25-
"minimum-stability": "dev"
24+
}
2625
}

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Riari/laravel-forum/badges/quality-score.png?b=3.0)](https://scrutinizer-ci.com/g/Riari/laravel-forum/?branch=3.0)
22

3-
**This is a pre-release of version 3, which introduces many new features and improvements over version 2. Some parts of it may be broken and it's not well-optimised yet, but feel free to explore it. Full documentation will be published on [teamteatime.net](http://teamteatime.net/) prior to the first stable release.**
4-
5-
**Please refer to the [laravel-5](https://github.com/Riari/laravel-forum/tree/laravel-5) and [laravel-4](https://github.com/Riari/laravel-forum/tree/laravel-4) branches for current stable versions.**
3+
**Complete documentation is available on [teamteatime.net](http://teamteatime.mbp/docs/laravel-forum/introduction.md).**
64

75
## Installation
86

@@ -11,7 +9,7 @@
119
Install the package via composer:
1210

1311
```
14-
composer require riari/laravel-forum:~3.0@RC
12+
composer require riari/laravel-forum:~3.0
1513
```
1614

1715
Then add the service provider to your `config/app.php`:
@@ -23,7 +21,7 @@ Then add the service provider to your `config/app.php`:
2321
Installing the [standard front-end](https://github.com/Riari/laravel-forum-frontend) is recommended:
2422

2523
```
26-
composer require riari/laravel-forum-frontend:master@dev
24+
composer require riari/laravel-forum-frontend:~1.0
2725
```
2826

2927
```php

0 commit comments

Comments
 (0)