Skip to content

Commit 30f0589

Browse files
committed
Drupal 10 is only compatible with SimpleSAMLphp >= 2.1
1 parent 00a1a57 commit 30f0589

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.lando.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: drupalauth
22

33
services:
4-
php74:
5-
type: php:7.4
6-
via: cli
7-
xdebug: "off"
8-
composer_version: 2
94
php80:
105
type: php:8.0
116
via: cli
@@ -34,7 +29,7 @@ tooling:
3429
service: :service
3530
options:
3631
service:
37-
default: php74
32+
default: php80
3833
describe: Run phpcs in different service
3934
alias:
4035
- s
@@ -43,7 +38,7 @@ tooling:
4338
service: :service
4439
options:
4540
service:
46-
default: php74
41+
default: php80
4742
describe: Run phpcs in different service
4843
alias:
4944
- s
@@ -52,7 +47,7 @@ tooling:
5247
service: :service
5348
options:
5449
service:
55-
default: php74
50+
default: php80
5651
describe: Run phpunit in different service
5752
alias:
5853
- s

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '7.4'
43
- '8.0'
54
- '8.1'
65
- '8.2'

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.4|^8.0",
25-
"simplesamlphp/simplesamlphp": "~2.0",
24+
"php": "^8.0",
25+
"simplesamlphp/simplesamlphp": "^2.1",
2626
"simplesamlphp/composer-module-installer": "~1.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^5|^6|^7|^8|^9",
30-
"squizlabs/php_codesniffer": "^2.0.0|^3.0.0"
29+
"phpunit/phpunit": "^9.0",
30+
"squizlabs/php_codesniffer": "^3.0"
3131
},
3232
"autoload-dev": {
3333
"classmap": ["src/", "tests/"]

0 commit comments

Comments
 (0)