Skip to content

Commit

Permalink
Fix test packages versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Jan 11, 2022
1 parent efc18c3 commit 7a9b6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- 7.2
- 7.3
- 7.4
- 8.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -20,11 +20,11 @@
"jaxon-php/jaxon-core": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^9.5",
"behat/behat": "^3.10",
"dvdoug/behat-code-coverage": "5.0.*",
"php-coveralls/php-coveralls": "^2.5",
"phpunit/phpcov": "^6.0"
"phpunit/phpcov": "^8.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7a9b6df

Please sign in to comment.