Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
🐛 FIX: Prevent HTTP Foundation Updates
Browse files Browse the repository at this point in the history
symfony/http-foundation version 4.4 breaks SimpleSAMLphp.
Version 4.3.8 specified in to prevent this issue.
  • Loading branch information
taija committed Feb 7, 2020
1 parent d745cfd commit 57b2f4e
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 276 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"php": "^7.3",
"fideloper/proxy": "^4.2",
"guzzlehttp/guzzle": "^6.5",
"laravel/framework": "^6.0",
"laravel/framework": "6.0.*",
"laravel/helpers": "^1.1",
"laravel/tinker": "^2.1"
"laravel/tinker": "^2.1",
"symfony/http-foundation": "~4.3.8"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
Expand Down
Loading

0 comments on commit 57b2f4e

Please sign in to comment.