restore -i option

This commit is contained in:
Niels Vanpachtenbeke 2022-02-14 09:15:13 +01:00
parent 59392b6eef
commit b116744fa2

View File

@ -33,7 +33,7 @@ echo "Preparing Laravel"
./artisan make:test ExampleTest
echo "Adding package from source"
sed -e 's|"type": "project",|&"repositories": [ { "type": "path", "url": "../psalm-plugin-laravel" } ],|' composer.json
sed -e 's|"type": "project",|&"repositories": [ { "type": "path", "url": "../psalm-plugin-laravel" } ],|' -i composer.json
COMPOSER_MEMORY_LIMIT=-1 composer require --dev "psalm/plugin-laravel:*" -W
echo "Analyzing Laravel"