Skip to content

Commit

Permalink
Laravel7 (#6)
Browse files Browse the repository at this point in the history
* Support for Laravel 7.0

* Support for Laravel 7.0

Co-authored-by: Iraldo <iraldo.arevalo@experteam.com.ec>
  • Loading branch information
iraldoad and Iraldo authored Mar 11, 2020
1 parent 67e7ac5 commit 8c3e452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": ">=5.6.4",
"laravel/framework": "^5.1|^6.0",
"orchestra/testbench": "^3.6"
"laravel/framework": "^5.1|^6.0|^7.0",
"orchestra/testbench": "^3.6|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.3"
Expand Down

0 comments on commit 8c3e452

Please sign in to comment.