Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 0efad26

Browse files
authored
Merge pull request #3 from josh-taylor/laravel-55-support
Support Laravel 5.5
2 parents 031b5a6 + 6600ee0 commit 0efad26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This Laravel package adds a command to generate the SQL that a migration will us
99

1010
## Installation
1111

12-
This package requires PHP 7 and Laravel 5.6 or higher.
12+
This package requires PHP 7 and Laravel 5.5 or higher.
1313

1414
You can install the package via composer using:
1515

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"license": "MIT",
1010
"require": {
1111
"php": "^7.0",
12-
"illuminate/console": "~5.6.0",
13-
"illuminate/database": "~5.6.0",
14-
"illuminate/support": "~5.6.0"
12+
"illuminate/console": "~5.5.0|~5.6.0",
13+
"illuminate/database": "~5.5.0|~5.6.0",
14+
"illuminate/support": "~5.5.0|~5.6.0"
1515
},
1616
"require-dev": {
1717
"orchestra/testbench": "~3.6.0",

0 commit comments

Comments
 (0)