Skip to content

Commit

Permalink
Update dependencies, add composer security scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
halfpastfouram committed Jan 10, 2020
1 parent 461c6d8 commit efef0d5
Show file tree
Hide file tree
Showing 16 changed files with 255 additions and 596 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ before_script:
script:
- composer test
- composer cs-check

after_success:
- vendor/bin/test-reporter
- php vendor/bin/security-checker security:check

after_script:
- rm -rf build/logs
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
"php": ">=5.6.0 || ^7.0",
"ext-dom": "*",
"ext-json": "*",
"zendframework/zend-json": "3.0.0",
"zf1/zend-reflection": "1.12.11",
"laminas/laminas-json": "3.1.2",
"halfpastfouram/collection": "1.0.0",
"symfony/var-dumper": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "5.7.*",
"codeclimate/php-test-reporter": "dev-master",
"squizlabs/php_codesniffer": "3.0.0",
"friendsofphp/php-cs-fixer": "2.11.1"
"squizlabs/php_codesniffer": "3.5.3",
"friendsofphp/php-cs-fixer": "*",
"sensiolabs/security-checker": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit efef0d5

Please sign in to comment.