Skip to content

Commit

Permalink
Attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 17, 2018
1 parent 7c58431 commit 282a92f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 35 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,24 @@
"email": "[email protected]"
}
],
"autoload-dev": {
"psr-4": {
"SimpleSAML\\Module\\monitor\\TestFiles\\": "tests/files"
}
},
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\monitor\\": "lib"
}
},
"autoload-dev": {
"psr-4": {
"SimpleSAML\\Module\\monitor\\TestFiles\\": "tests/files",
"SimpleSAML\\Test\\": "vendor/simplesamlphp/simplesamlphp/tests"
},
"files": ["vendor/simplesamlphp/simplesamlphp/tests/Utils/ClearStateTestCase.php"]
},
"require": {
"php": ">=5.4",
"simplesamlphp/composer-module-installer": "~1.0"
},
"require-dev": {
"simplesamlphp/simplesamlphp": "dev-unit-test",
"simplesamlphp/simplesamlphp": "^1.15",
"phpunit/phpunit": "~4.8.35"
},
"support": {
Expand Down
44 changes: 15 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 282a92f

Please sign in to comment.