Skip to content

Commit

Permalink
Bumped minimum PHP dev requirement to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Jul 14, 2020
1 parent 7e2eb60 commit f4699d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ env:
- COMPOSER_PREFER=lowest

php:
- 7.2
- 7.3
- 7.4
- nightly

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
"ext-openssl": "*"
},
"require-dev": {
"php": ">=7.4",
"friendsofphp/php-cs-fixer": "^2.16.1",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.0",
"psy/psysh": "^0.10",
"vimeo/psalm": "^3.8"
},
Expand Down

0 comments on commit f4699d8

Please sign in to comment.