Skip to content

Commit

Permalink
change composer php version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronen-Michaeli-22 committed Aug 7, 2023
1 parent 0250528 commit c084d1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"cloudinary/cloudinary_php": ">=2.7 <2.8.1",
"php": ">=7.1 <8.2"
"php": ">=7.1 <8.3"
},
"autoload": {
"files": [
Expand All @@ -20,7 +20,4 @@
"type": "git",
"url": "https://github.com/cloudinary/cloudinary_magento2"
}]
"require": {
"php": "7.1 < 8.3"
}
}

0 comments on commit c084d1f

Please sign in to comment.