Skip to content

Commit

Permalink
Fix composer platform declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Aug 17, 2024
1 parent 42c4867 commit eb6bc3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
"description": "A library that handles access to superglobals.",
"type": "library",
"license": "MIT",
"platform": {
"php": "7.4"
"config": {
"platform": {
"php": "7.4"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eb6bc3b

Please sign in to comment.