Skip to content

Commit

Permalink
update dependency versions to work with Drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGilbert committed Jul 14, 2023
1 parent b6ff340 commit 4480ac3
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 79 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"simplesamlphp/assert": "^1.0.0",
"simplesamlphp/saml2": "^5.0.0-alpha.6",
"simplesamlphp/simplesamlphp-assets-base": "^2.0.0",
"simplesamlphp/simplesamlphp-module-adfs": "dev-master",
"symfony/cache": "^5.4||^6",
"simplesamlphp/simplesamlphp-module-adfs": "^3.0.0-rc1",
"symfony/cache": "v6.3.1",
"symfony/config": "^5.4||^6",
"symfony/console": "^6.2",
"symfony/dependency-injection": "^5.4||^6",
Expand All @@ -82,7 +82,7 @@
"symfony/routing": "^5.4||^6",
"symfony/translation-contracts": "^2.5||^3",
"symfony/twig-bridge": "^5.4||^6",
"symfony/var-exporter": "^5.4||^6",
"symfony/var-exporter": "^6.2.10",
"symfony/yaml": "^5.4||^6",
"twig/intl-extra": "^3.3",
"twig/twig": "^3.3.8"
Expand Down Expand Up @@ -113,7 +113,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "2.0.x-dev"
}
}
}
Loading

0 comments on commit 4480ac3

Please sign in to comment.