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

Commit a22f41c

Browse files
authored
Support Laravel 5.6
1 parent eb50c0e commit a22f41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"laravel/framework": "5.1.*",
23+
"laravel/framework": "~5.1",
2424
"php": ">=5.5.9"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)