File tree Expand file tree Collapse file tree 4 files changed +5
-474
lines changed Expand file tree Collapse file tree 4 files changed +5
-474
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" composer-require-checker" version =" ^4.10.0" installed =" 4.10.0" location =" ./.phive/composer-require-checker" copy =" false" />
3+ <phar name =" composer-normalize" version =" ^2.42.0" installed =" 2.42.0" location =" ./.phive/composer-normalize" copy =" false" />
4+ <phar name =" composer-require-checker" version =" ^4.11.0" installed =" 4.11.0" location =" ./.phive/composer-require-checker" copy =" false" />
45</phive >
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ update: ## Updates composer dependencies by running composer update command
171171.PHONY : update
172172
173173phive : # # Installs dependencies with phive
174- $(APP_RUNNER ) /usr/local/bin/phive install --trust-gpg-keys 0x033E5F8D801A2F8D
174+ $(APP_RUNNER ) /usr/local/bin/phive install --trust-gpg-keys 0xC00543248C87FB13, 0x033E5F8D801A2F8D
175175.PHONY : phive
176176
177177#
@@ -241,7 +241,7 @@ lint-deps: ## Runs composer-require-checker – checks for dependencies that are
241241.PHONY : lint-deps
242242
243243lint-composer : # # Normalize composer.json and composer.lock files
244- $(APP_COMPOSER ) normalize
244+ $(APP_RUNNER ) .phive/composer-normalize normalize
245245.PHONY : lint-composer
246246
247247lint-audit : # # Runs security checks for composer dependencies
Original file line number Diff line number Diff line change 6565 "ext-curl" : " *" ,
6666 "ext-pdo_mysql" : " *" ,
6767 "beberlei/assert" : " ^3.3" ,
68- "ergebnis/composer-normalize" : " ^2.42" ,
6968 "fakerphp/faker" : " ^1.23" ,
7069 "larastan/larastan" : " ^2.9" ,
7170 "laravel/telescope" : " ^5.0" ,
You can’t perform that action at this time.
0 commit comments