Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: pcov
extensions: xsl, intl, sodium

- name: Install dependencies
uses: ramsey/composer-install@v3
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2019-2025, European Union.
Copyright (c) 2019-2026, European Union.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
"sso"
],
"require": {
"php": ">= 8.1",
"php": ">= 8.4",
"ecphp/cas-lib": "^3",
"loophp/psr-http-message-bridge-bundle": "^1.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"symfony/framework-bundle": "^6.4 || ^7"
"symfony/framework-bundle": "^7 || ^8"
},
"require-dev": {
"ext-pcov": "*",
"ext-xsl": "*",
"ecphp/php-conventions": "^1",
"friends-of-phpspec/phpspec-code-coverage": "^6",
"infection/infection": "^0.27",
"infection/phpspec-adapter": "^0.2",
"loophp/grumphp-license-task": "1.0.8",
"friends-of-phpspec/phpspec-code-coverage": "^7",
"infection/infection": "^0.32",
"infection/phpspec-adapter": "^0.3",
"loophp/grumphp-license-task": "^1.0.10",
"loophp/unaltered-psr-http-message-bridge-bundle": "^2.0",
"nyholm/psr7": "^1.8",
"phpspec/phpspec": "^7 || ^8",
"phpstan/phpstan-symfony": "^1.1",
"symfony/cache": "^6.4 || ^7",
"symfony/dependency-injection": "^6.4 || ^7",
"symfony/http-client": "^6.4 || ^7",
"symfony/routing": "^6.4 || ^7",
"symfony/security-bundle": "^6.4 || ^7",
"veewee/xml": "^2.6 || ^3"
"phpstan/phpstan-symfony": "^2",
"symfony/cache": "6.4 || ^7 || ^8",
"symfony/dependency-injection": "6.4 || ^7 || ^8",
"symfony/http-client": "6.4 || ^7 || ^8",
"symfony/routing": "6.4 || ^7 || ^8",
"symfony/security-bundle": "6.4 || ^7 || ^8",
"veewee/xml": "^4"
},
"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
Loading