Skip to content

Commit

Permalink
Merge pull request #51 from masunov/master
Browse files Browse the repository at this point in the history
Add support doctrine/dbal ^3.0
  • Loading branch information
mirzap authored Aug 30, 2021
2 parents e14ddb0 + 73609f2 commit f08810c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea
/vendor
/build
composer.phar
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"php": ">=5.5",
"illuminate/database": "^5.0|^6.0|^7.0|^8.0",
"ramsey/uuid": "^3.0|^4.0",
"doctrine/dbal": "^2.5"
"doctrine/dbal": "^2.5|^3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
Expand Down

0 comments on commit f08810c

Please sign in to comment.