Skip to content

Commit

Permalink
Revert php unit bridge package
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrzytki committed Apr 24, 2024
1 parent 07fa90c commit e295552
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"league/flysystem-bundle": "2.4.0",
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
"lchrusciel/api-test-case": "^4.1 || ^5.0",
"nelmio/alice": "^3.10",
"symfony/phpunit-bridge": "^5.4 || ^6.0"
"nelmio/alice": "^3.10"
},
"conflict": {
"symfony/symfony": "4.1.8",
Expand Down Expand Up @@ -70,5 +69,11 @@
"symfony/thanks": true,
"symfony/flex": true
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}

0 comments on commit e295552

Please sign in to comment.