Skip to content

Commit

Permalink
Merge pull request #23 from Daursu/laravel9
Browse files Browse the repository at this point in the history
Add support for Laravel 9
  • Loading branch information
Daursu authored Feb 11, 2022
2 parents 916344f + 3ec2834 commit 8e64840
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 32 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Zero downtime migrations with Laravel and percona toolkit",
"require": {
"php": "^7.0|^8.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"symfony/console": "^3.3|^4.0|^5.0",
"symfony/process": "^3.3|^4.0|^5.0"
},
Expand Down
Loading

0 comments on commit 8e64840

Please sign in to comment.