Skip to content

Commit

Permalink
laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tintnaingwinn committed Mar 5, 2020
1 parent d59db22 commit 74cada7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ matrix:
- php: 7.3
env: LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'

- php: 7.3
env: LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-stable'

before_install:
- travis_retry composer self-update
- travis_retry composer require --no-update --no-interaction "illuminate/support:${LARAVEL}" "orchestra/testbench:${TESTBENCH}"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/tintningwin/kuu-pyaung).
We accept contributions via Pull Requests on [Github](https://github.com/tintnaingwinn/MyanFont).

## Pull Requests

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<h1 align="center">Laravel MyanFont</h1>

[![Latest Version on Packagist](https://img.shields.io/packagist/v/tintnaingwin/myanfont.svg)](https://packagist.org/packages/tintnaingwin/myanfont)
[![Laravel 7.x](https://img.shields.io/badge/Laravel-7.x-red.svg)](http://laravel.com)
[![Laravel 6.x](https://img.shields.io/badge/Laravel-6.x-red.svg)](http://laravel.com)
[![Laravel 5.x](https://img.shields.io/badge/Laravel-5.x-red.svg)](http://laravel.com)
[![Total Downloads](https://poser.pugx.org/tintnaingwin/myanfont/downloads)](https://packagist.org/packages/tintnaingwin/myanfont)
Expand All @@ -9,7 +10,7 @@

#### version-2.*
- [PHP >= 7.1.3](http://php.net/)
- [Laravel 5.6|5.7|5.8|6.0](https://github.com/laravel/framework)
- [Laravel 5.6|5.7|5.8|6.x|7.x](https://github.com/laravel/framework)

#### version-1.*
- [PHP >= 7.0](http://php.net/)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"require": {
"php": ">=7.1.3",
"googlei18n/myanmar-tools": "^1.1",
"illuminate/contracts": "^5.6|^5.7|^5.8|^6.0",
"illuminate/support": "^5.6|^5.7|^5.8|^6.0",
"illuminate/contracts": "^5.6|^5.7|^5.8|^6.0|^7.0",
"illuminate/support": "^5.6|^5.7|^5.8|^6.0|^7.0",
"ext-json": "*"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.6|^4.0",
"orchestra/testbench": "^3.6|^4.0|^5.0",
"phpunit/phpunit": "^7.0|^8.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 74cada7

Please sign in to comment.