Skip to content

Commit 9b5c1d2

Browse files
authored
Merge pull request #3 from pradtke/feature/ssp1_18_compat
SimpleSAMLphp 1.18 compatibility changes.
2 parents 0621079 + 0242909 commit 9b5c1d2

File tree

10 files changed

+5019
-34
lines changed

10 files changed

+5019
-34
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
vendor/
2+
*~
3+
.idea/
4+
.DS_Store
5+
.phpunit.result.cache

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"type": "simplesamlphp-module",
55
"require": {
66
"simplesamlphp/composer-module-installer": "^1.1"
7+
},
8+
"require-dev": {
9+
"phpunit/phpunit": "^8.5"
710
}
811
}

0 commit comments

Comments
 (0)