Skip to content

Commit

Permalink
DDLS-300 work out unused packages (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwarren authored Sep 11, 2024
1 parent b546000 commit ceca623
Show file tree
Hide file tree
Showing 6 changed files with 1,000 additions and 2,315 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_unit-tests-miscellaneous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
id: unit-tests-anonymisation
run: go test ./...
working-directory: orchestration/anonymisation

- name: run additional package checks on client
id: package-checks-client
run: python audit-composer-packages.py client.json
working-directory: scripts/package-audit
19 changes: 0 additions & 19 deletions client/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,60 +33,41 @@
"lcobucci/jwt": "^4.1",
"league/mime-type-detection": "^1.5",
"monolog/monolog": "^1.25.1",
"nyholm/psr7": "^1.4",
"orbitale/imagemagick-php": "^v3.2",
"php-http/guzzle7-adapter": "^1.0",
"predis/predis": "^1.1.1",
"ramsey/uuid": "^4.2",
"sensio/framework-extra-bundle": "^6.0",
"snc/redis-bundle": "^3.5.2",
"symfony/asset": "^5.4.0",
"symfony/cache": "^5.4.0",
"symfony/config": "^5.4.0",
"symfony/console": "^5.4.0",
"symfony/debug-bundle": "^5.4.0",
"symfony/dependency-injection": "^5.4.0",
"symfony/doctrine-bridge": "^5.4.0",
"symfony/dom-crawler": "^5.4.0",
"symfony/dotenv": "^5.4.0",
"symfony/error-handler": "^5.4.0",
"symfony/event-dispatcher": "^5.4.0",
"symfony/expression-language": "^5.4.0",
"symfony/filesystem": "^5.4.0",
"symfony/finder": "^5.4.0",
"symfony/form": "^5.4.0",
"symfony/framework-bundle": "^5.4.0",
"symfony/http-client": "^5.4.0",
"symfony/http-foundation": "^5.4.0",
"symfony/http-kernel": "^5.4.0",
"symfony/intl": "^5.4.0",
"symfony/lock": "^5.4.0",
"symfony/mime": "^5.4.0",
"symfony/monolog-bridge": "^5.4.0",
"symfony/monolog-bundle": "^3.8.0",
"symfony/notifier": "^5.4.0",
"symfony/options-resolver": "^5.4.0",
"symfony/password-hasher": "^5.4.0",
"symfony/process": "^5.4.0",
"symfony/property-access": "^5.4.0",
"symfony/property-info": "^5.4.0",
"symfony/rate-limiter": "^5.4.0",
"symfony/routing": "^5.4.0",
"symfony/security-bundle": "^5.4.0",
"symfony/security-core": "^5.4.0",
"symfony/security-csrf": "^5.4.0",
"symfony/security-guard": "^5.4.0",
"symfony/security-http": "5.4.41",
"symfony/serializer": "^5.4.0",
"symfony/string": "^5.4.0",
"symfony/templating": "^5.4.0",
"symfony/translation": "^5.4.0",
"symfony/twig-bridge": "5.4.41",
"symfony/twig-bundle": "^5.4.0",
"symfony/validator": "^5.4.0",
"symfony/var-exporter": "^5.4.0",
"symfony/web-profiler-bundle": "^5.4.0",
"symfony/yaml": "^5.4.0",
"twig/extra-bundle": "^3.3",
"twig/intl-extra": "^3.3",
"web-token/jwt-core": "^2.2"
Expand Down
Loading

0 comments on commit ceca623

Please sign in to comment.