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 <[email protected]>
  • Loading branch information
crynobone committed Feb 13, 2019
1 parent 1f15758 commit 94f3b01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: required

php:
- 7.1
- 7.2
- 7.3
- nightly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Imagine (Wrapper) Component for Laravel 5

Imagine (Wrapper) Component is a Laravel 5 package wrapper for [Imagine](https://github.com/avalanche123/Imagine).

[![Build Status](https://travis-ci.org/orchestral/imagine.svg?branch=3.8)](https://travis-ci.org/orchestral/imagine)
[![Build Status](https://travis-ci.org/orchestral/imagine.svg?branch=master)](https://travis-ci.org/orchestral/imagine)
[![Latest Stable Version](https://poser.pugx.org/orchestra/imagine/v/stable)](https://packagist.org/packages/orchestra/imagine)
[![Total Downloads](https://poser.pugx.org/orchestra/imagine/downloads)](https://packagist.org/packages/orchestra/imagine)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/imagine/v/unstable)](//packagist.org/packages/orchestra/imagine)
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}
],
"require": {
"php": ">=7.1",
"imagine/imagine": "^1.0",
"orchestra/support-core": "~3.8.0",
"orchestra/support-providers": "~3.8.0"
"php": ">=7.2",
"imagine/imagine": "^1.2",
"orchestra/support-core": "~3.9.0",
"orchestra/support-providers": "~3.9.0"
},
"require-dev": {
"illuminate/container": "~5.8.0",
"illuminate/container": "~5.9.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.0"
},
Expand Down

0 comments on commit 94f3b01

Please sign in to comment.