Skip to content

Commit

Permalink
Merge pull request #28 from veewee/phpparser-v5
Browse files Browse the repository at this point in the history
Upgrade to php-parser v5
  • Loading branch information
veewee authored Feb 9, 2024
2 parents fb23159 + e018aeb commit ed6e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prepare:
php $(BUILD_DIR)/fix-some-stuff-in-composer.php
composer install --working-dir='$(BUILD_DIR)' --no-scripts --no-plugins --no-dev --no-interaction --optimize-autoloader
# Bundle suggested optional packages:
composer require --working-dir='$(BUILD_DIR)' 'nikic/php-parser:~4.0' --update-no-dev --no-interaction
composer require --working-dir='$(BUILD_DIR)' 'nikic/php-parser:~5.0' --update-no-dev --no-interaction
php -d error_reporting='(E_ALL & ~E_DEPRECATED)' ./vendor/bin/box compile --working-dir='$(BUILD_DIR)' -vvv
# Copy composer plugin
cp '$(BUILD_DIR)/src/Composer/GrumPHPPlugin.php' '$(ROOT_DIR)/src/Composer/GrumPHPPlugin.php'
Expand Down

0 comments on commit ed6e01e

Please sign in to comment.