Skip to content

Commit

Permalink
Merge pull request #35 from Daursu/laravel-shift-l10-compatibility
Browse files Browse the repository at this point in the history
Laravel shift l10 compatibility
  • Loading branch information
Daursu authored Feb 7, 2023
2 parents 66161c7 + c5021fd commit 14138c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "daursu/laravel-zero-downtime-migration",
"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|^9.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"php": "^7.0|^8.0|^8.1",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"symfony/console": "^3.3|^4.0|^5.0|^6.0",
"symfony/process": "^3.3|^4.0|^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.2|^8.4|^9.5",
"phpunit/phpunit": "^7.2|^8.4|^9.5|^10.0",
"squizlabs/php_codesniffer": "^3.3"
},
"autoload": {
Expand Down
9 changes: 3 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14138c3

Please sign in to comment.