Skip to content

Commit

Permalink
Upgrade dependencies / PHP >= 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 22, 2019
1 parent ba2bdb2 commit cc72748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $finder = PhpCsFixer\Finder::create()
->in([
__DIR__ . '/lib',
__DIR__ . '/tests',
__DIR__ . '/www/idp',
])
;
return PhpCsFixer\Config::create()
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: required
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
}
},
"require": {
"php": ">=5.5",
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
},
"require-dev": {
"simplesamlphp/simplesamlphp": "^1.17",
"phpunit/phpunit": "~4.8.36"
"phpunit/phpunit": "~5.7"
},
"support": {
"issues": "https://github.com/tvdijen/simplesamlphp-module-adfs/issues",
Expand Down

0 comments on commit cc72748

Please sign in to comment.