Skip to content

Commit

Permalink
Bump Illuminate/Database dependency to V6
Browse files Browse the repository at this point in the history
  • Loading branch information
Harris Bouzopoulos committed Jan 10, 2020
1 parent 8ba4d73 commit e9d649a
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 133 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
/vendor
/vendor
*.iml
37 changes: 20 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"name": "xabou/query",
"description": "Laravel 5 Query Object",
"license": "MIT",
"keywords": ["laravel", "query"],
"authors": [
{
"name": "Harris Bouzopoulos",
"email": "[email protected]"
}
],
"require": {
"illuminate/database": "^5.0"
},
"autoload": {
"psr-4": {
"Xabou\\Query\\": "src/"
}
"name": "xabou/query",
"description": "Laravel 5 Query Object",
"license": "MIT",
"keywords": [
"laravel",
"query"
],
"authors": [
{
"name": "Harris Bouzopoulos",
"email": "[email protected]"
}
],
"require": {
"illuminate/database": "^6.0"
},
"autoload": {
"psr-4": {
"Xabou\\Query\\": "src/"
}
}
}
Loading

0 comments on commit e9d649a

Please sign in to comment.