Skip to content

Commit

Permalink
Update GitHub Actions for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored and Dan Ursu committed Feb 7, 2023
1 parent a377d30 commit c5021fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 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",
"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 c5021fd

Please sign in to comment.