Skip to content

Commit eb5f10f

Browse files
authored
Merge pull request #154 from mglaman/fix-head
Remove hirak/prestissimo for Composer 2 support
2 parents 51c5bce + ce2832b commit eb5f10f

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)