Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Apr 2, 2020
1 parent 1cdf76f commit 73f395b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
13 changes: 6 additions & 7 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
build:
tests:
override:
-
command: './bin/phing unit'
coverage:
file: 'test/coverage.xml'
format: 'php-clover'
tests:
override:
- command: './bin/phing unit'
coverage:
file: 'test/coverage.xml'
format: 'php-clover'
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php
php:
- '7.1'
- '7.2'
- '7.3'

- '7.4'

install:
- composer self-update
- composer update
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.1.0",
"setbased/helper-code-store": "^2.2.0"
"php": ">=7.3.0",
"setbased/helper-code-store": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^7.0.0 || ^8.0.0",
"phing/phing": "^2.0.0"
"phpunit/phpunit": "^9.0",
"phing/phing": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 73f395b

Please sign in to comment.