Skip to content

Commit

Permalink
Prepare master branch.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 16, 2019
1 parent 4c4f53a commit dbdb615
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 7.1
- 7.2
- 7.3
- nightly
Expand Down Expand Up @@ -33,7 +32,7 @@ after_script:

matrix:
include:
- php: 7.1
- php: 7.2
env: setup=coveralls coverage=yes
allow_failures:
- php: nightly
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Asset Component for Orchestra Platform

Asset Component is a port of Laravel 3 Asset for Orchestra Platform. The component main functionality is to allow asset declaration to be handle dynamically and asset dependencies can be resolve directly from the container. It however is not intended to becoma an asset pipeline package for Laravel, for such purpose we would recommend to use Grunt or Gulp.

[![Build Status](https://travis-ci.org/orchestral/asset.svg?branch=3.8)](https://travis-ci.org/orchestral/asset)
[![Build Status](https://travis-ci.org/orchestral/asset.svg?branch=master)](https://travis-ci.org/orchestral/asset)
[![Latest Stable Version](https://poser.pugx.org/orchestra/asset/version)](https://packagist.org/packages/orchestra/asset)
[![Total Downloads](https://poser.pugx.org/orchestra/asset/downloads)](https://packagist.org/packages/orchestra/asset)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/asset/v/unstable)](//packagist.org/packages/orchestra/asset)
[![License](https://poser.pugx.org/orchestra/asset/license)](https://packagist.org/packages/orchestra/asset)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/asset/badge.svg?branch=3.8)](https://coveralls.io/github/orchestral/asset?branch=3.8)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/asset/badge.svg?branch=master)](https://coveralls.io/github/orchestral/asset?branch=master)

## Table of Content

Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
},
"require": {
"php": ">=7.1",
"laravie/html": "~5.8.0",
"orchestra/contracts": "~3.8.0",
"orchestra/support-facades": "~3.8.0"
"laravie/html": "~5.9.0",
"orchestra/contracts": "~3.9.0",
"orchestra/support-facades": "~3.9.0"
},
"require-dev": {
"illuminate/filesystem": "~5.8.0",
"illuminate/filesystem": "~5.9.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.0"
"phpunit/phpunit": " ^8.0"
},
"suggest": {
"illuminate/filesystem": "Allow using orchestra/asset component outside of Laravel app (~5.8).",
"orchestra/html": "Allow using orchestra/asset with HTML component (~3.8)."
"illuminate/filesystem": "Allow using orchestra/asset component outside of Laravel app (~5.9).",
"orchestra/html": "Allow using orchestra/asset with HTML component (~3.9)."
},
"extra": {
"branch-alias": {
"dev-master": "3.8-dev"
"dev-master": "3.9-dev"
}
},
"config": {
Expand Down

0 comments on commit dbdb615

Please sign in to comment.