Skip to content

Commit

Permalink
support laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquochan committed Mar 3, 2020
1 parent edb6127 commit 8a0a39b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Allows you to use [Twig](https://twig.symfony.com/) in [Laravel](https://laravel

## Requirements

- PHP >= 7.2.0
- PHP >= 7.2.5
- Laravel >= 6.x

## Installation
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
}
],
"require": {
"php": "^7.2.0",
"php": "^7.2.5",
"ext-json": "*",
"illuminate/console": "^6",
"illuminate/support": "^6",
"illuminate/view": "^6",
"illuminate/console": "^6|^7",
"illuminate/support": "^6|^7",
"illuminate/view": "^6|^7",
"twig/twig": "~3.0"
},
"require-dev": {
"laravel/framework": "^6",
"laravel/framework": "^6|^7",
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.4|^9.0"
},
Expand Down

0 comments on commit 8a0a39b

Please sign in to comment.