Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Replace padraic/phar-updater with laravel-zero/phar-updater
Browse files Browse the repository at this point in the history
drush-launcher supports PHP 7.3, 7.4 and 8.0.
  • Loading branch information
webflo committed Feb 4, 2021
1 parent 11f9f60 commit 3ae600e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 161 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"webflo/drupal-finder": "^1.0",
"webmozart/path-util": "^2.3",
"padraic/phar-updater": "^1.0",
"composer/xdebug-handler": "^1.0"
"composer/xdebug-handler": "^1.0",
"laravel-zero/phar-updater": "dev-main"
},
"conflict": {
"drush/drush": "*"
Expand All @@ -22,7 +22,7 @@
],
"scripts": {
"box-install": [
"curl -O -L https://github.com/box-project/box/releases/download/3.8.5/box.phar"
"curl -O -L https://github.com/box-project/box/releases/download/3.11.1/box.phar"
],
"box-compile": [
"php box.phar compile"
Expand Down
182 changes: 24 additions & 158 deletions composer.lock

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

2 comments on commit 3ae600e

@zuernBernhard
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And does not support PHP 7.0 anymore ;)

@webflo
Copy link
Collaborator Author

@webflo webflo commented on 3ae600e Feb 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zuernBernhard Try to use BOX_REQUIREMENT_CHECKER=0 from https://github.com/box-project/box/blob/master/doc/requirement-checker.md#skipping-the-requirement-checker and don't invoke the self-update command.

Please sign in to comment.