Skip to content

Commit

Permalink
Set platform requirements
Browse files Browse the repository at this point in the history
That should make it possible to deploy automatically
  • Loading branch information
heiglandreas committed Aug 20, 2024
1 parent bf11da5 commit 4081e1e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"config" : {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "7.4.33",
"ext-soap": "1"
}
}
}
9 changes: 7 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4081e1e

Please sign in to comment.