Skip to content

Commit

Permalink
Laravel 5.5 (ultraware#15)
Browse files Browse the repository at this point in the history
* Changed column names of sql group by statement to match the actual column names

* Laravel 5.5
  • Loading branch information
incon authored and Ricky-rick committed Jul 31, 2017
1 parent 1bf3160 commit 825786f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,19 @@
}
],
"require": {
"php": ">=7.0",
"illuminate/support": "dev-master",
"illuminate/database": "dev-master"
"php": ">=7.0.0",
"laravel/framework": "5.5.*"
},
"autoload": {
"psr-4": {
"Ultraware\\Roles\\": "src/"
}
},
"require-dev": {
"orchestra/testbench": "dev-master",
"orchestra/database": "dev-master",
"mockery/mockery": "^0.9.6",
"phpunit/phpunit": "^5.6",
"orchestra/database": "3.5.*",
"orchestra/testbench": "3.5.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~6.0",
"satooshi/php-coveralls": "1.0.*",
"sebastian/environment": "2.0.*"
},
Expand All @@ -39,5 +38,6 @@
"tests/User.php"
]
},
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 825786f

Please sign in to comment.