Skip to content

Commit

Permalink
Declare direct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Jul 29, 2022
1 parent 6f35a93 commit cbaa347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -89,7 +89,7 @@ jobs:
if: matrix.php == '8.1' && matrix.mode == 'experimental'
run: |
composer config minimum-stability dev
composer require phpunit/phpunit:"10.0.x-dev" phpunit/php-code-coverage:"10.0.x-dev" phpunit/php-text-template:"3.0.x-dev" sebastian/diff:"5.0.x-dev" --no-update
composer require phpunit/phpunit:"10.0.x-dev" phpunit/php-code-coverage:"10.0.x-dev" phpunit/php-text-template:"3.0.x-dev" phpunit/php-timer:"6.0.x-dev" sebastian/comparator:"5.0.x-dev" sebastian/diff:"5.0.x-dev" --no-update
composer require codeception/lib-innerbrowser:"dev-phpunit10" --dev --no-update
composer update --prefer-source --no-interaction --no-progress --optimize-autoloader --ansi
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -25,7 +25,9 @@
"phpunit/phpunit": "^9.5",
"phpunit/php-code-coverage": "^9.2",
"phpunit/php-text-template": "^2.0",
"sebastian/diff": "^4.0",
"phpunit/php-timer": "^5.0.3",
"sebastian/comparator": "^4.0.5",
"sebastian/diff": "^4.0.3",
"symfony/console": ">=4.4.24 <7.0",
"symfony/css-selector": ">=4.4.24 <7.0",
"symfony/event-dispatcher": ">=4.4.24 <7.0",
Expand Down

0 comments on commit cbaa347

Please sign in to comment.