Skip to content

Commit

Permalink
LIMS-1214: Update composer.json to use Symfony 5.4 components
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHall-DLS authored Mar 19, 2024
1 parent e80730c commit a71b6a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"ralouphie/getallheaders": "2.0.5",
"slim/slim": "2.6.2",
"stomp-php/stomp-php": "3.0.6",
"symfony/http-foundation": "^2.8",
"symfony/filesystem": "^2.8",
"symfony/http-foundation": "^5.4",
"symfony/filesystem": "^5.4",
"mpdf/qrcode": "^1.2",
"mtcmedia/dhl-api": "dev-master#9b4b6315",
"maennchen/zipstream-php": "2.1.0"
Expand All @@ -45,4 +45,4 @@
"php": "7.3"
}
}
}
}

0 comments on commit a71b6a5

Please sign in to comment.