Skip to content

Commit

Permalink
Update composer to PHP 5.6.4 and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rault committed Apr 14, 2017
1 parent 25a281e commit 4b4aa27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
.vscode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add laravel-db2 to your composer.json file:

```
"require": {
"cooperl/laravel-db2": "~2.0"
"cooperl/laravel-db2": "~5.3"
}
```

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0",
"illuminate/database": "~5.0"
"php": ">=5.6.4"
},
"require-dev": {
},
Expand Down

0 comments on commit 4b4aa27

Please sign in to comment.