Skip to content

Commit

Permalink
Downgrade PHP version requirement in composer.json
Browse files Browse the repository at this point in the history
PHP version requirement in composer.json was changed from "^8.0" to "^7.4" to ensure compatibility with older PHP environments. This will allow the project to be integrated into systems that have not yet updated to the newest PHP version.
  • Loading branch information
attackant committed Oct 31, 2023
1 parent f967836 commit c4c7628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license" : "GPL-3.0-or-later",
"require" : {
"composer/installers": "^1.12.0",
"php": "^8.0"
"php": "^7.4"
},
"require-dev": {
"phpspec/prophecy": "^1.17.0",
Expand Down

0 comments on commit c4c7628

Please sign in to comment.