Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 12d76a4

Browse files
authored
Update composer.json (#45)
* Update composer.json * Update .travis.yml Updated deps in travis
1 parent e2cbc39 commit 12d76a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ env:
44
CODECEPTION_VERSION: '2.4.x-dev'
55

66
php:
7-
- 5.6
87
- 7.0
98
- 7.1
9+
- 7.2
1010

1111
before_script:
1212
- wget https://robo.li/robo.phar
@@ -15,4 +15,4 @@ before_script:
1515

1616
script:
1717
- php robo.phar test cli
18-
- php robo.phar test "unit -g core"
18+
- php robo.phar test "unit -g core"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"codeception/phpunit-wrapper": "*"
1414
},
1515
"require": {
16-
"phpunit/phpunit": ">=5.7.27 <7.0",
16+
"phpunit/phpunit": ">=6.5.13 <7.0",
1717
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
1818
"sebastian/comparator": ">=1.2.4 <3.0",
1919
"sebastian/diff": ">=1.4 <4.0"

0 commit comments

Comments
 (0)