File tree 4 files changed +5
-474
lines changed
4 files changed +5
-474
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" />
4
5
</phive >
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ update: ## Updates composer dependencies by running composer update command
171
171
.PHONY : update
172
172
173
173
phive : # # 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
175
175
.PHONY : phive
176
176
177
177
#
@@ -241,7 +241,7 @@ lint-deps: ## Runs composer-require-checker – checks for dependencies that are
241
241
.PHONY : lint-deps
242
242
243
243
lint-composer : # # Normalize composer.json and composer.lock files
244
- $(APP_COMPOSER ) normalize
244
+ $(APP_RUNNER ) .phive/composer-normalize normalize
245
245
.PHONY : lint-composer
246
246
247
247
lint-audit : # # Runs security checks for composer dependencies
Original file line number Diff line number Diff line change 65
65
"ext-curl" : " *" ,
66
66
"ext-pdo_mysql" : " *" ,
67
67
"beberlei/assert" : " ^3.3" ,
68
- "ergebnis/composer-normalize" : " ^2.42" ,
69
68
"fakerphp/faker" : " ^1.23" ,
70
69
"larastan/larastan" : " ^2.9" ,
71
70
"laravel/telescope" : " ^5.0" ,
You can’t perform that action at this time.
0 commit comments