Skip to content

Commit 73f395b

Browse files
committed
Updated dependencies.
1 parent 1cdf76f commit 73f395b

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

.scrutinizer.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
build:
2-
tests:
3-
override:
4-
-
5-
command: './bin/phing unit'
6-
coverage:
7-
file: 'test/coverage.xml'
8-
format: 'php-clover'
2+
tests:
3+
override:
4+
- command: './bin/phing unit'
5+
coverage:
6+
file: 'test/coverage.xml'
7+
format: 'php-clover'

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: php
22
php:
3-
- '7.1'
4-
- '7.2'
53
- '7.3'
6-
4+
- '7.4'
5+
76
install:
87
- composer self-update
98
- composer update

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"type": "library",
1010
"license": "MIT",
1111
"require": {
12-
"php": ">=7.1.0",
13-
"setbased/helper-code-store": "^2.2.0"
12+
"php": ">=7.3.0",
13+
"setbased/helper-code-store": "^2.3"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^7.0.0 || ^8.0.0",
17-
"phing/phing": "^2.0.0"
16+
"phpunit/phpunit": "^9.0",
17+
"phing/phing": "^2.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)