We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fd8ff commit 0904fceCopy full SHA for 0904fce
.travis.yml
@@ -2,10 +2,11 @@ language: php
2
php:
3
- 7.2
4
- 7.3
5
+ - 7.4
6
7
before_script:
8
- composer self-update
9
- composer install
10
11
script:
- - phpunit --configuration ./test/phpunit.xml
12
+ - ./vendor/bin/phpunit --configuration ./test/phpunit.xml
composer.json
@@ -27,9 +27,9 @@
27
"alexpts/php-hydrator": "^3.0"
28
},
29
"require-dev": {
30
- "fzaninotto/faker": "^1.7",
31
- "phpunit/phpunit": "^8.0",
32
- "blackfire/php-sdk": "^1.17"
+ "fzaninotto/faker": "^1.9",
+ "phpunit/phpunit": "^8.5",
+ "blackfire/php-sdk": "^1.21"
33
34
"autoload": {
35
"psr-4": {
0 commit comments