Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit da2c611

Browse files
committed
chore(deps): refresh composer.lock
1 parent f105ff2 commit da2c611

File tree

3 files changed

+197
-191
lines changed

3 files changed

+197
-191
lines changed

.github/workflows/build_and_check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
php-version: [7.4, 8.0]
19+
composer-version: [1, 2]
1920

2021
steps:
2122
- uses: actions/checkout@v2
@@ -28,7 +29,7 @@ jobs:
2829
uses: php-actions/composer@v6
2930
with:
3031
php_version: ${{ matrix.php-version }}
31-
version: 2
32+
version: ${{ matrix.composer-version }}
3233
php_extensions: curl iconv intl json ldap
3334
- name: Run easy coding standard
3435
run: vendor/bin/ecs check

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"require": {
34-
"php": ">=7.1",
34+
"php": "^7.1 || ^8",
3535
"simplesamlphp/composer-module-installer": "~1.0",
3636
"simplesamlphp/simplesamlphp": "^1.19",
3737
"simplesamlphp/saml2": "^4.2.5",

0 commit comments

Comments
 (0)