Skip to content

Commit

Permalink
Change the constraint for laravel/framework to allow future versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Matseykanets committed Oct 29, 2018
1 parent 88c40cc commit cf7254e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cf7254e

Please sign in to comment.