Skip to content

Commit

Permalink
Branch out for specific Laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Jan 24, 2017
1 parent 0b3a0f0 commit d190320
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kyslik/column-sortable",
"description": "Package for handling column sorting in Laravel 5.1, 5.2 and 5.3",
"description": "Package for handling column sorting in Laravel 5",
"keywords": [
"sortable",
"sorting",
Expand All @@ -14,14 +14,14 @@
"authors": [
{
"name": "Martin Kiesel",
"email": "martinkiesel@gmail.com",
"email": "martin.kiesel@gmail.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.4",
"Illuminate/Support": "5.1.* || 5.2.* || 5.3.*",
"Illuminate/Database": "5.1.* || 5.2.* || 5.3.*"
"Illuminate/Support": "5.4.*",
"Illuminate/Database": "5.4.*"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand Down

0 comments on commit d190320

Please sign in to comment.