Drush does not use .php extension after 9.x#125
Conversation
|
Updated PR with changes in Master. |
|
How about we get this merged? The issue addressed here is preventing Drupal_TI from running at all. Being a module maintainer, I need my tests to run and I cannot move forward because it cannot find Drush. |
|
@WengerK do you have rights to the Packagist account? |
|
Nope, what for ? |
|
Packagist needs to be updated. It does not have the latest dev-master code. |
|
You can force the commit in your own travis.yml - if needed. |
|
What do I need to do to refresh packagist? |
|
@LionsAd When you sign into Packagist and go to your projects there is an "Update" button. This will cause Packagist to get the latest dev. @WengerK Yes, you can specify a hash but that causes Composer to run git to pull from Github which if you don't have Github credentials setup then you typically will never be able to pull because Travis maxes out the API limits on Github at any given time for anonymous calls. |
|
Done, thanks for bringing that to my attention. |
After Drush 9.x the
./composer/vendor/bin/drush.phpwas dropped. 8.x versions of Drush had both thedrush.phpand thedrushversions. Since Drupal_TI requires at least 8.0.* there should be no backward compatibility problem.