Skip to content

Commit

Permalink
Merge pull request #39 from systopia/drop-conflict-with-symfony-cache-6
Browse files Browse the repository at this point in the history
Drop conflict with `symfony/cache` `>=6`
  • Loading branch information
dontub authored Jun 27, 2024
2 parents f6e9c70 + d8e0db8 commit 58f950e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
]
},
"require-dev": {
"psr/simple-cache": "^1 || ^2 || ^3",
"symfony/event-dispatcher-contracts": "^1 || ^2 || ^3"
},
"conflict": {
"symfony/cache": ">=6"
}
}
10 changes: 0 additions & 10 deletions composer.json.md

This file was deleted.

3 changes: 3 additions & 0 deletions tests/docker-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ else
fi

cd "$EXT_DIR"
# In the container used for tests there seems to be psr/cache 1 installed somewhere.
# This conflicts with symfony/cache >=6, thus we use version 5 here.
composer require --no-update 'symfony/cache:^5'
composer update --no-progress --prefer-dist --optimize-autoloader --no-dev
composer composer-phpunit -- update --no-progress --prefer-dist

0 comments on commit 58f950e

Please sign in to comment.