Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
* Update support to Laravel Framework v5.1.
* Increase minimum PHP requirement to v5.5+.
* Remove `Orchestra\Support\Ftp` namespace.
* Providers:
  - Add `Orchestra\Support\Providers\CommandServiceProvider`.
  - Move reusable code from `Orchestra\Support\Providers\ServiceProvider` to `Orchestra\Support\Providers\Traits\PackageProviderTrait`.
  - Add `Orchestra\Support\Providers\Traits\PackageProviderTrait::bootUsingLaravel()` helper.
  - Add `Orchestra\Support\Providers\Traits\PackageProviderTrait::hasPackageRepository()` helper.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jun 7, 2015
1 parent f46cd40 commit df73b58
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Laravel | Support
4.1.x | 2.1.x
4.2.x | 2.2.x
5.0.x | 3.0.x
5.1.x | 3.1.x@dev
5.1.x | 3.1.x

## Installation

Expand Down
13 changes: 13 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ title: Support Change Log

---

## Version 3.1 {#v3-1}

### v3.1.0 {#v3-1-0}

* Update support to Laravel Framework v5.1.
* Increase minimum PHP requirement to v5.5+.
* Remove `Orchestra\Support\Ftp` namespace.
* Providers:
- Add `Orchestra\Support\Providers\CommandServiceProvider`.
- Move reusable code from `Orchestra\Support\Providers\ServiceProvider` to `Orchestra\Support\Providers\Traits\PackageProviderTrait`.
- Add `Orchestra\Support\Providers\Traits\PackageProviderTrait::bootUsingLaravel()` helper.
- Add `Orchestra\Support\Providers\Traits\PackageProviderTrait::hasPackageRepository()` helper.

## Version 3.0 {#v3-0}

### v3.0.3 {#v3-0-3}
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Support (Providers) Component includes some Service Provider helper classes and
Laravel | Support (Providers)
:----------|:----------
5.0.x | 3.0.x
5.1.x | 3.1.x@dev
5.1.x | 3.1.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion src/Support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Support (Core) Component includes a basic set of classes for Laravel and Orchest
Laravel | Support (Core)
:----------|:----------
5.0.x | 3.0.x
5.1.x | 3.1.x@dev
5.1.x | 3.1.x

## Installation

Expand Down

0 comments on commit df73b58

Please sign in to comment.