Skip to content

Commit

Permalink
Fix Composer configuration (#373)
Browse files Browse the repository at this point in the history
* Fix Composer configuration

* Update composer.json
  • Loading branch information
szepeviktor committed Jul 22, 2023
1 parent b68746a commit 8cae6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=7.4 || ^8.0",
"php": "^7.4 || ^8.0",
"yahnis-elsts/plugin-update-checker": "~4.13.0"
},
"require-dev": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"optimize-autoloader": true,
"process-timeout": 0,
"platform": {
"php": "7.4"
"php": "7.4.0"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand Down

0 comments on commit 8cae6c1

Please sign in to comment.