Skip to content

Commit ba3df84

Browse files
committed
Add platform dependencies
1 parent a0a4fa3 commit ba3df84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"description": "Web-based OpenStreetMap Editor",
44
"type": "project",
55
"require": {
6-
"jbelien/oauth2-openstreetmap": "^0.1.2"
6+
"jbelien/oauth2-openstreetmap": "^0.1.2",
7+
"php": ">=7.4",
8+
"ext-sqlite3": ">=7.4",
9+
"ext-xml": ">=7.4",
10+
"ext-mbstring": ">=7.4"
711
},
812
"require-dev": {
913
"phpunit/phpunit": "^11.2",

0 commit comments

Comments
 (0)