@@ -497,11 +497,14 @@ vendor: composer.lock .composer-root-version
497
497
.PHONY : vendor_install
498
498
vendor_install :
499
499
/bin/bash -c ' source .composer-root-version && composer install'
500
- touch -c $@
500
+ touch -c vendor
501
+ touch -c $(COMPOSER_BIN_PLUGIN_VENDOR )
502
+ touch -c $(PHPUNIT_BIN )
503
+ touch -c $(BOX_BIN )
501
504
502
505
composer.lock : composer.json
503
- @echo composer.lock is not up to date.
504
- touch -c $@ # We likely do not want that message repeated over and over
506
+ @echo " $( @ ) is not up to date. You may want to run the following command: "
507
+ @echo " $$ composer update --lock && touch -c $( @ ) "
505
508
506
509
vendor-hotfix : vendor
507
510
composer dump-autoload
@@ -524,21 +527,26 @@ vendor-bin/covers-validator/vendor: vendor-bin/covers-validator/composer.lock $(
524
527
composer bin covers-validator install
525
528
touch -c $@
526
529
vendor-bin/covers-validator/composer.lock : vendor-bin/covers-validator/composer.json
527
- @echo covers-validator composer.lock is not up to date
530
+ @echo " $( @) is not up to date. You may want to run the following command:"
531
+ @echo " $$ composer bin covers-validator update --lock && touch -c $( @) "
528
532
529
533
$(PHP_CS_FIXER_BIN ) : vendor-bin/php-cs-fixer/vendor
534
+ touch -c $@
530
535
vendor-bin/php-cs-fixer/vendor : vendor-bin/php-cs-fixer/composer.lock $(COMPOSER_BIN_PLUGIN_VENDOR )
531
536
composer bin php-cs-fixer install
532
537
touch -c $@
533
538
vendor-bin/php-cs-fixer/composer.lock : vendor-bin/php-cs-fixer/composer.json
534
- @echo php-cs-fixer composer.lock is not up to date
539
+ @echo " $( @) is not up to date. You may want to run the following command:"
540
+ @echo " $$ composer bin php-cs-fixer update --lock && touch -c $( @) "
535
541
536
542
$(PHPSTAN_BIN ) : vendor-bin/phpstan/vendor
543
+ touch -c $@
537
544
vendor-bin/phpstan/vendor : vendor-bin/phpstan/composer.lock $(COMPOSER_BIN_PLUGIN_VENDOR )
538
545
composer bin phpstan install
539
546
touch -c $@
540
547
vendor-bin/phpstan/composer.lock : vendor-bin/phpstan/composer.json
541
- @echo phpstan composer.lock is not up to date
548
+ @echo " $( @) is not up to date. You may want to run the following command:"
549
+ @echo " $$ composer bin phpstan update --lock && touch -c $( @) "
542
550
543
551
$(PHP_SCOPER_PHAR_BIN ) : $(BOX ) bin/php-scoper $(SRC_FILES ) vendor-hotfix vendor scoper.inc.php box.json.dist
544
552
$(BOX ) compile
@@ -552,7 +560,8 @@ fixtures/set005/vendor: fixtures/set005/composer.lock
552
560
composer --working-dir=fixtures/set005 install
553
561
touch -c $@
554
562
fixtures/set005/composer.lock : fixtures/set005/composer.json
555
- @echo fixtures/set005/composer.lock is not up to date.
563
+ @echo " $( @) is not up to date. You may want to run the following command:"
564
+ @echo " $$ composer --working-dir=fixtures/set005 update --lock && touch -c $( @) "
556
565
557
566
fixtures/set011/vendor :
558
567
composer --working-dir=fixtures/set011 install
@@ -572,37 +581,43 @@ fixtures/set015/vendor: fixtures/set015/composer.lock
572
581
composer --working-dir=fixtures/set015 install
573
582
touch -c $@
574
583
fixtures/set015/composer.lock : fixtures/set015/composer.json
575
- @echo fixtures/set015/composer.lock is not up to date.
584
+ @echo " $( @) is not up to date. You may want to run the following command:"
585
+ @echo " $$ composer --working-dir=fixtures/set015 update --lock && touch -c $( @) "
576
586
577
587
fixtures/set016-symfony-finder/vendor : fixtures/set016-symfony-finder/composer.lock
578
588
composer --working-dir=fixtures/set016-symfony-finder install
579
589
touch -c $@
580
590
fixtures/set016-symfony-finder/composer.lock : fixtures/set016-symfony-finder/composer.json
581
- @echo fixtures/set016-symfony-finder/composer.lock is not up to date.
591
+ @echo " $( @) is not up to date. You may want to run the following command:"
592
+ @echo " $$ composer --working-dir=fixtures/set016-symfony-finder update --lock && touch -c $( @) "
582
593
583
594
fixtures/set017-symfony-di/vendor : fixtures/set017-symfony-di/composer.lock
584
595
composer --working-dir=fixtures/set017-symfony-di install
585
596
touch -c $@
586
597
fixtures/set017-symfony-di/composer.lock : fixtures/set017-symfony-di/composer.json
587
- @echo fixtures/set017-symfony-di/composer.lock is not up to date.
598
+ @echo " $( @) is not up to date. You may want to run the following command:"
599
+ @echo " $$ composer --working-dir=fixtures/set017-symfony-di update --lock && touch -c $( @) "
588
600
589
601
fixtures/set018-nikic-parser/vendor : fixtures/set018-nikic-parser/composer.lock
590
602
composer --working-dir=fixtures/set018-nikic-parser install
591
603
touch -c $@
592
604
fixtures/set018-nikic-parser/composer.lock : fixtures/set018-nikic-parser/composer.json
593
- @echo fixtures/set018-nikic-parser/composer.lock is not up to date.
605
+ @echo " $( @) is not up to date. You may want to run the following command:"
606
+ @echo " $$ composer --working-dir=fixtures/set018-nikic-parser update --lock && touch -c $( @) "
594
607
595
608
fixtures/set019-symfony-console/vendor : fixtures/set019-symfony-console/composer.lock
596
609
composer --working-dir=fixtures/set019-symfony-console install
597
610
touch -c $@
598
611
fixtures/set019-symfony-console/composer.lock : fixtures/set019-symfony-console/composer.json
599
- @echo fixtures/set019-symfony-console/composer.lock is not up to date.
612
+ @echo " $( @) is not up to date. You may want to run the following command:"
613
+ @echo " $$ composer --working-dir=fixtures/set019-symfony-console update --lock && touch -c $( @) "
600
614
601
615
fixtures/set020-infection/vendor : fixtures/set020-infection/composer.lock
602
616
composer --working-dir=fixtures/set020-infection install
603
617
touch -c $@
604
618
fixtures/set020-infection/composer.lock : fixtures/set020-infection/composer.json
605
- @echo fixtures/set020-infection/composer.lock is not up to date.
619
+ @echo " $( @) is not up to date. You may want to run the following command:"
620
+ @echo " $$ composer --working-dir=fixtures/set020-infection update --lock && touch -c $( @) "
606
621
607
622
fixtures/set022/vendor : fixtures/set022/composer.json
608
623
composer --working-dir=fixtures/set022 update
@@ -612,19 +627,22 @@ fixtures/set023/vendor: fixtures/set023/composer.lock
612
627
composer --working-dir=fixtures/set023 install
613
628
touch -c $@
614
629
fixtures/set023/composer.lock : fixtures/set023/composer.json
615
- @echo fixtures/set023/composer.lock is not up to date.
630
+ @echo " $( @) is not up to date. You may want to run the following command:"
631
+ @echo " $$ composer --working-dir=fixtures/set023 update --lock && touch -c $( @) "
616
632
617
633
fixtures/set024/vendor : fixtures/set024/composer.lock
618
634
composer --working-dir=fixtures/set024 install
619
635
touch -c $@
620
636
fixtures/set024/composer.lock : fixtures/set024/composer.json
621
- @echo fixtures/set024/composer.lock is not up to date.
637
+ @echo " $( @) is not up to date. You may want to run the following command:"
638
+ @echo " $$ composer --working-dir=fixtures/set024 update --lock && touch -c $( @) "
622
639
623
640
fixtures/set025/vendor : fixtures/set025/composer.lock
624
641
composer --working-dir=fixtures/set025 install
625
642
touch -c $@
626
643
fixtures/set025/composer.lock : fixtures/set025/composer.json
627
- @echo fixtures/set025/composer.lock is not up to date.
644
+ @echo " $( @) is not up to date. You may want to run the following command:"
645
+ @echo " $$ composer --working-dir=fixtures/set025 update --lock && touch -c $( @) "
628
646
629
647
fixtures/set026/vendor :
630
648
composer --working-dir=fixtures/set026 update
@@ -634,19 +652,22 @@ fixtures/set027-laravel/vendor: fixtures/set027-laravel/composer.lock
634
652
composer --working-dir=fixtures/set027-laravel install --no-dev
635
653
touch -c $@
636
654
fixtures/set027-laravel/composer.lock : fixtures/set027-laravel/composer.json
637
- @echo fixtures/set027-laravel/composer.lock is not up to date.
655
+ @echo " $( @) is not up to date. You may want to run the following command:"
656
+ @echo " $$ composer --working-dir=fixtures/set027-laravel update --lock && touch -c $( @) "
638
657
639
658
fixtures/set028-symfony/vendor : fixtures/set028-symfony/composer.lock
640
659
composer --working-dir=fixtures/set028-symfony install --no-dev --no-scripts
641
660
touch -c $@
642
661
fixtures/set028-symfony/composer.lock : fixtures/set028-symfony/composer.json
643
- @echo fixtures/set028-symfony/composer.lock is not up to date.
662
+ @echo " $( @) is not up to date. You may want to run the following command:"
663
+ @echo " $$ composer --working-dir=fixtures/set028-symfony update --lock && touch -c $( @) "
644
664
645
665
fixtures/set029-easy-rdf/vendor : fixtures/set029-easy-rdf/composer.lock
646
666
composer --working-dir=fixtures/set029-easy-rdf install --no-dev
647
667
touch -c $@
648
668
fixtures/set029-easy-rdf/composer.lock : fixtures/set029-easy-rdf/composer.json
649
- @echo fixtures/set029-easy-rdf/composer.lock is not up to date.
669
+ @echo " $( @) is not up to date. You may want to run the following command:"
670
+ @echo " $$ composer --working-dir=fixtures/set029-easy-rdf update --lock && touch -c $( @) "
650
671
651
672
fixtures/set030/vendor : fixtures/set030/composer.json
652
673
composer --working-dir=fixtures/set030 install --no-dev
0 commit comments