Skip to content

Commit

Permalink
Added Laravel 7 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
telkins committed Mar 4, 2020
1 parent 39f4ea2 commit 17e5d39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-inquiry` will be documented in this file

## v0.6.0 - 2020-03-04

- added support for Laravel 7.0

## v0.5.0 - 2020-02-27

- no longer necessary to specify details/inquiry classes
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telkins/laravel-inquiry",
"description": "A Laravel package to help make asking questions and getting answers a little easier and more uniform.",
"description": "A (somewhat opinionated) Laravel package to help make asking questions and getting answers a little easier and more uniform.",
"keywords": [
"telkins",
"laravel",
Expand All @@ -23,10 +23,10 @@
],
"require": {
"php": "^7.4",
"laravel/framework": "^6.17"
"laravel/framework": "^6.0|^7.0"
},
"require-dev": {
"symfony/var-dumper": "^4.3",
"symfony/var-dumper": "^4.0|^5.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
Expand Down

0 comments on commit 17e5d39

Please sign in to comment.