Skip to content

Commit

Permalink
Merge pull request #99 from Ocramius/chore/bump-dependencies
Browse files Browse the repository at this point in the history
Bumped dependencies, dropped PHP 7.2.0 support, simplified build matrix
  • Loading branch information
Ocramius committed Jul 17, 2019
2 parents 5be0adf + ad24dbb commit da0d9d3
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 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.2
- 7.3
- 7.4snapshot

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
}
],
"require": {
"php": "^7.2.0",
"php": "^7.3.0",
"composer-plugin-api": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^8.2.2",
"infection/infection": "^0.13.3",
"phpunit/phpunit": "^8.2.5",
"infection/infection": "^0.13.4",
"composer/composer": "^1.8.6",
"ext-zip": "*",
"doctrine/coding-standard": "^6.0.0",
"vimeo/psalm": "^3.4.7"
"vimeo/psalm": "^3.4.9"
},
"autoload": {
"psr-4": {
Expand Down
89 changes: 45 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da0d9d3

Please sign in to comment.