Skip to content

Commit

Permalink
chore: Update static files.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 25, 2022
1 parent e50d1fc commit 833dc1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.envrc export-ignore
/.github export-ignore
/docker export-ignore
/docs export-ignore
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecphp/cas-bundle",
"description": "A bundle for Symfony 4 & 5, providing authentication against a Central Authentication Service (CAS) server.",
"description": "A bundle for Symfony 5 & 6, providing authentication against a Central Authentication Service (CAS) server.",
"license": "BSD-3-Clause",
"type": "symfony-bundle",
"keywords": [
Expand Down Expand Up @@ -30,12 +30,12 @@
"nyholm/psr7": "^1.2",
"phpspec/phpspec": "^7",
"phpstan/phpstan-symfony": "^1.1",
"symfony/cache": "^5.4 || ^6",
"symfony/dependency-injection": "^5.4 || ^6",
"symfony/http-client": "^5.4 || ^6",
"symfony/cache": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/http-client": "^5.4 || ^6.0",
"symfony/monolog-bundle": "^3.5",
"symfony/routing": "^5.4 || ^6",
"symfony/security-bundle": "^5.4 || ^6"
"symfony/routing": "^5.4 || ^6.0",
"symfony/security-bundle": "^5.4 || ^6.0"
},
"suggest": {
"loophp/unaltered-psr-http-message-bridge-bundle": "A drop-in replacement for symfony/psr-http-message-bridge, that does not alter query parameters.",
Expand Down

0 comments on commit 833dc1e

Please sign in to comment.