Skip to content

Commit

Permalink
Fix CI for prefer lowest run
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling committed Nov 29, 2023
1 parent b30a9c3 commit 68d0d1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"amazonwebservices/aws-sdk-for-php": "1.5.*",
"doctrine/common": "^2.12 || ^3.0",
"doctrine/doctrine-bundle": "^2.4",
"friendsofphp/php-cs-fixer": "3.22.*",
"friendsofphp/php-cs-fixer": "^3.40",
"knplabs/gaufrette": "^0.9",
"m2mtech/flysystem-stream-wrapper": "^1.0",
"oneup/flysystem-bundle": "^4.1",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9.5",
"m2mtech/flysystem-stream-wrapper": "^1.0",
"symfony/browser-kit": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^6.0 || ^7.0",
"symfony/security-bundle": "^4.4 || ^5.4 || ^6.0 || ^7.0",
Expand All @@ -65,6 +65,9 @@
"oneup/flysystem-bundle": "^3.0",
"m2mtech/flysystem-stream-wrapper": "^1.0 (Required when using Flysystem)"
},
"conflict": {
"symfony/phpunit-bridge": "<6.0.17"
},
"config": {
"sort-packages": true
},
Expand Down

0 comments on commit 68d0d1d

Please sign in to comment.