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 14bf43f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,18 +14,18 @@
"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.1.*",
"Illuminate/Database": "5.1.*"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"orchestra/testbench": "3.3.*"
"orchestra/testbench": "3.1.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 14bf43f

Please sign in to comment.