Skip to content

Commit

Permalink
Downgrade minimum php version
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 11, 2023
1 parent b8dbcc8 commit daff525
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 371 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]
},
"require": {
"php": ">=8.0",
"php": ">=7.4",
"guzzlehttp/guzzle": "^7.5",
"phpunit/phpunit": "^9.6",
"behat/behat": "^3.12",
Expand Down
Loading

0 comments on commit daff525

Please sign in to comment.