mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16649] Do not require symfony/filesystem 5.2.x as bugfixed 5.2.1 is out
PHPBB3-16649
This commit is contained in:
parent
929acfb64c
commit
818a5c1ac4
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
||||||
"laravel/homestead": "~10.17",
|
"laravel/homestead": "~10.17",
|
||||||
"phing/phing": "~2.4",
|
"phing/phing": "~2.4",
|
||||||
"misantron/dbunit": "~5.0",
|
"misantron/dbunit": "~5.0",
|
||||||
"phpunit/phpunit": "^8.5 || ^9.2",
|
"phpunit/phpunit": "^8.5 || ^9.3",
|
||||||
"squizlabs/php_codesniffer": "~3.4",
|
"squizlabs/php_codesniffer": "~3.4",
|
||||||
"symfony/browser-kit": "~5.2",
|
"symfony/browser-kit": "~5.2",
|
||||||
"symfony/css-selector": "~5.2",
|
"symfony/css-selector": "~5.2",
|
||||||
|
|
|
@ -46,6 +46,6 @@ cd phpBB
|
||||||
php ../composer.phar install --dev --no-interaction
|
php ../composer.phar install --dev --no-interaction
|
||||||
if [[ "$TRAVIS_PHP_VERSION" =~ ^nightly$ || "$TRAVIS_PHP_VERSION" =~ ^8 ]]
|
if [[ "$TRAVIS_PHP_VERSION" =~ ^nightly$ || "$TRAVIS_PHP_VERSION" =~ ^8 ]]
|
||||||
then
|
then
|
||||||
php ../composer.phar require symfony/filesystem:5.2.x-dev phpunit/phpunit:^9.3 --update-with-all-dependencies --ignore-platform-reqs --no-interaction
|
php ../composer.phar require phpunit/phpunit:^9.3 --update-with-all-dependencies --ignore-platform-reqs --no-interaction
|
||||||
fi
|
fi
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue