Skip to content

Commit

Permalink
Merge pull request #15 from LibreSign/feature/downgrade-packages
Browse files Browse the repository at this point in the history
Downgrade minimum php version
  • Loading branch information
vitormattos authored Apr 11, 2023
2 parents b8dbcc8 + daff525 commit 6674da2
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 6674da2

Please sign in to comment.