Skip to content

Commit 9a76923

Browse files
committed
Upgrade dependencies / PHP >= 5.6
1 parent b4acb79 commit 9a76923

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: required
33
language: php
44

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"name": "Olav Morken",
14-
"email": "lavmrk@gmail.com"
14+
"email": "olav.morken@uninett.no"
1515
}
1616
],
1717
"config": {
@@ -26,14 +26,14 @@
2626
}
2727
},
2828
"require": {
29-
"php": ">=5.5",
29+
"php": ">=5.6",
3030
"simplesamlphp/composer-module-installer": "~1.1",
3131
"simplesamlphp/simplesamlphp-module-consent": "^1.0",
3232
"webmozart/assert": "~1.4"
3333
},
3434
"require-dev": {
3535
"simplesamlphp/simplesamlphp": "^1.17",
36-
"phpunit/phpunit": "~4.8.36"
36+
"phpunit/phpunit": "~5.7"
3737
},
3838
"extra": {
3939
"ssp-mixedcase-module-name": "consentAdmin"

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
totallyTyped="false"
66
>
77
<projectFiles>
8+
<directory name="hooks" />
89
<directory name="www" />
910
</projectFiles>
1011

0 commit comments

Comments
 (0)