Skip to content

Commit 4081e1e

Browse files
committed
Set platform requirements
That should make it possible to deploy automatically
1 parent bf11da5 commit 4081e1e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
7171
},
7272
"config" : {
73-
"sort-packages": true
73+
"sort-packages": true,
74+
"platform": {
75+
"php": "7.4.33",
76+
"ext-soap": "1"
77+
}
7478
}
7579
}

composer.lock

+7-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)