Skip to content

Commit

Permalink
Prepare 3.5 branch.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Sep 3, 2017
1 parent 6f706bf commit 32b59de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
* text=auto

# Ignore following folder/file.
/build export-ignore
/docs export-ignore
/tests export-ignore
/.coveralls.yml export-ignore
/.editorconfig export-ignore
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo: false
php:
- 7.0
- 7.1
- 7.2

env:
global:
Expand Down Expand Up @@ -35,7 +36,5 @@ matrix:
- php: 7.0
env: setup=coveralls coverage=yes
allow_failures:
- env: setup=stable
- env: setup=coveralls coverage=yes
- php: hhvm
fast_finish: true
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ HTML Component for Orchestra Platform

HTML Component extends the functionality of `Illuminate\Html` with the extra functionality to including a chainable Form and Table builder. These set of functionality are the backbone in allowing extensions in Orchestra Platform to attach action to any existing form or table.

[![Latest Stable Version](https://img.shields.io/github/release/orchestral/html.svg?style=flat-square)](https://packagist.org/packages/orchestra/html)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/html.svg?style=flat-square)](https://packagist.org/packages/orchestra/html)
[![MIT License](https://img.shields.io/packagist/l/orchestra/html.svg?style=flat-square)](https://packagist.org/packages/orchestra/html)
[![Build Status](https://img.shields.io/travis/orchestral/html/master.svg?style=flat-square)](https://travis-ci.org/orchestral/html)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/html/master.svg?style=flat-square)](https://coveralls.io/r/orchestral/html?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/html/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/html/)

[![Build Status](https://travis-ci.org/orchestral/html.svg?branch=3.5)](https://travis-ci.org/orchestral/html)
[![Latest Stable Version](https://poser.pugx.org/orchestra/html/version)](https://packagist.org/packages/orchestra/html)
[![Total Downloads](https://poser.pugx.org/orchestra/html/downloads)](https://packagist.org/packages/orchestra/html)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/html/v/unstable)](//packagist.org/packages/orchestra/html)
[![License](https://poser.pugx.org/orchestra/html/license)](https://packagist.org/packages/orchestra/html)

## Table of Content

Expand Down Expand Up @@ -346,6 +346,3 @@ public function index()
{!! $form !!}
```

## Resources

* [Documentation](http://orchestraplatform.com/docs/latest/components/html)
4 changes: 0 additions & 4 deletions build/.gitignore

This file was deleted.

0 comments on commit 32b59de

Please sign in to comment.