Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 24, 2016
1 parent 25673ae commit 3adba2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
preset: laravel

linting: true
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
],
"require": {
"php" : "^7.0",
"illuminate/support": "^5.1",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0",
"nesbot/carbon": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "5.*",
"orchestra/testbench":"^3.0"
"orchestra/testbench": "3.3.x-dev",
"orchestra/database": "3.3.x-dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3adba2b

Please sign in to comment.