Skip to content

Commit 0904fce

Browse files
committed
update dependencies
1 parent 01fd8ff commit 0904fce

File tree

3 files changed

+229
-179
lines changed

3 files changed

+229
-179
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: php
22
php:
33
- 7.2
44
- 7.3
5+
- 7.4
56

67
before_script:
78
- composer self-update
89
- composer install
910

1011
script:
11-
- phpunit --configuration ./test/phpunit.xml
12+
- ./vendor/bin/phpunit --configuration ./test/phpunit.xml

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"alexpts/php-hydrator": "^3.0"
2828
},
2929
"require-dev": {
30-
"fzaninotto/faker": "^1.7",
31-
"phpunit/phpunit": "^8.0",
32-
"blackfire/php-sdk": "^1.17"
30+
"fzaninotto/faker": "^1.9",
31+
"phpunit/phpunit": "^8.5",
32+
"blackfire/php-sdk": "^1.21"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)