From cf7254e230b7d98b7035eb4f5f45f6854589acc5 Mon Sep 17 00:00:00 2001 From: Peter Matseykanets Date: Mon, 29 Oct 2018 18:03:08 -0400 Subject: [PATCH] Change the constraint for `laravel/framework` to allow future versions --- CHANGELOG.md | 8 +++++++- composer.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c6cf5..780add7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog +## [0.3.0](https://github.com/pmatseykanets/laravel-sql-migrations/releases/tag/v0.3.0) 2018-10-29 + +### Changed + +- Changed the constraint for `laravel/framework` to allow future versions + ## [0.2.0](https://github.com/pmatseykanets/laravel-sql-migrations/releases/tag/v0.2.0) 2018-06-26 ### Added -- Extended MakeModelCommand to allow creating plain SQL migrations when creating a model +- Extended `MakeModelCommand` to allow creating plain SQL migrations when creating a model ## [0.1.0](https://github.com/pmatseykanets/laravel-sql-migrations/releases/tag/v0.1.0) 2018-06-18 diff --git a/composer.json b/composer.json index 3bc185c..09566e9 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": ">=7.1.3", - "laravel/framework": "5.5.*|5.6.*" + "laravel/framework": "~5.5" }, "require-dev": { "mockery/mockery": "^1.0",