We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a4fa3 commit ba3df84Copy full SHA for ba3df84
composer.json
@@ -3,7 +3,11 @@
3
"description": "Web-based OpenStreetMap Editor",
4
"type": "project",
5
"require": {
6
- "jbelien/oauth2-openstreetmap": "^0.1.2"
+ "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"
11
},
12
"require-dev": {
13
"phpunit/phpunit": "^11.2",
0 commit comments