Skip to content

Commit ce2832b

Browse files
committed
Remove hirak/prestissimo for Composer 2 support
1 parent 51c5bce commit ce2832b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ commands:
1919
- restore_cache:
2020
keys:
2121
- *composer-cache
22-
- run: composer global require "hirak/prestissimo:^0.3"
2322
install-dependencies:
2423
steps:
2524
- run: composer install -n --prefer-dist

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- "7.3"
55
- "7.4"
66

7+
before_install: []
78
install:
89
- composer install --no-interaction
910
- COMPOSER_MEMORY_LIMIT=-1 composer create-project drupal-composer/drupal-project:8.x-dev $TRAVIS_BUILD_DIR/../drupal --no-interaction --no-progress

0 commit comments

Comments
 (0)