Skip to content

Commit

Permalink
Merge pull request #50 from creative-commoners/pulls/1/php74
Browse files Browse the repository at this point in the history
DEP Set PHP 7.4 as the minimum version
  • Loading branch information
Maxime Rainville authored Feb 18, 2022
2 parents 032f9d2 + 6acc51f commit e74f4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
fast_finish: true
include:
- php: 7.3
- php: 7.4
env:
- COMPOSER_INSTALL_ARG=--prefer-lowest
- php: 7.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require": {
"composer/installers": "^1.4",
"composer-plugin-api": "^1.1 || ^2",
"php": "^7.3 || ^8"
"php": "^7.4 || ^8"
},
"require-dev": {
"composer/composer": "^1.5 || ^2@rc",
Expand Down

0 comments on commit e74f4b8

Please sign in to comment.