Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request Ocramius#93 from staabm/upd-phpunit
Browse files Browse the repository at this point in the history
updated dependencies
  • Loading branch information
Ocramius authored Jun 18, 2019
2 parents 17c53e1 + 4132f8b commit 9a8966e
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 321 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": "^7.1.0",
"php": "^7.2.0",
"composer-plugin-api": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0.0",
"phpunit/phpunit": "^8.2.2",
"infection/infection": "^0.7.1",
"composer/composer": "^1.6.3",
"composer/composer": "^1.8.6",
"ext-zip": "*",
"doctrine/coding-standard": "^6.0.0"
},
Expand Down
Loading

0 comments on commit 9a8966e

Please sign in to comment.